-
Notifications
You must be signed in to change notification settings - Fork 11
Description
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" ] } }