We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have tried the following configuration by the answering the question in the generator. It does not generate any rabbitmq.yml
{ "generator-jhipster": { "promptValues": { "packageName": "com.mycompany.myapp", "nativeLanguage": "en" }, "jhipsterVersion": "5.5.0", "applicationType": "monolith", "baseName": "rabbitmqocaml", "packageName": "com.mycompany.myapp", "packageFolder": "com/mycompany/myapp", "serverPort": "8080", "authenticationType": "jwt", "cacheProvider": "ehcache", "enableHibernateCache": false, "websocket": false, "databaseType": "couchbase", "devDatabaseType": "couchbase", "prodDatabaseType": "couchbase", "searchEngine": false, "messageBroker": false, "serviceDiscoveryType": false, "buildTool": "maven", "enableSwaggerCodegen": false, "jwtSecretKey": "MzMyMzE0NzIwZTIxZDRmNmNjMzJlYjNhODMwN2E5Njk3NmM0ZDQ1OGM5MTk5YmVhY2FlYzA1NmUwMmQ5NzlhNTIwNTlkNTVlYTViMTg0ZTFlMmUyZjQxZDI2OTRhZmJlNmE1OTk1YmFkZGU4M2UxNDgxZTg2YzIwZjUyN2VkM2Y=", "clientFramework": "angularX", "useSass": true, "clientPackageManager": "npm", "testFrameworks": [], "jhiPrefix": "jhi", "otherModules": [ { "name": "generator-jhipster-spring-cloud-stream", "version": "1.0.0" } ], "enableTranslation": true, "nativeLanguage": "en", "languages": [ "en", "fr" ] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have tried the following configuration by the answering the question in the generator.
It does not generate any rabbitmq.yml
{ "generator-jhipster": { "promptValues": { "packageName": "com.mycompany.myapp", "nativeLanguage": "en" }, "jhipsterVersion": "5.5.0", "applicationType": "monolith", "baseName": "rabbitmqocaml", "packageName": "com.mycompany.myapp", "packageFolder": "com/mycompany/myapp", "serverPort": "8080", "authenticationType": "jwt", "cacheProvider": "ehcache", "enableHibernateCache": false, "websocket": false, "databaseType": "couchbase", "devDatabaseType": "couchbase", "prodDatabaseType": "couchbase", "searchEngine": false, "messageBroker": false, "serviceDiscoveryType": false, "buildTool": "maven", "enableSwaggerCodegen": false, "jwtSecretKey": "MzMyMzE0NzIwZTIxZDRmNmNjMzJlYjNhODMwN2E5Njk3NmM0ZDQ1OGM5MTk5YmVhY2FlYzA1NmUwMmQ5NzlhNTIwNTlkNTVlYTViMTg0ZTFlMmUyZjQxZDI2OTRhZmJlNmE1OTk1YmFkZGU4M2UxNDgxZTg2YzIwZjUyN2VkM2Y=", "clientFramework": "angularX", "useSass": true, "clientPackageManager": "npm", "testFrameworks": [], "jhiPrefix": "jhi", "otherModules": [ { "name": "generator-jhipster-spring-cloud-stream", "version": "1.0.0" } ], "enableTranslation": true, "nativeLanguage": "en", "languages": [ "en", "fr" ] } }
The text was updated successfully, but these errors were encountered: