generator-jhipster: Error 404 on gateway for swagger-ui
Overview of the issue
I generated a gateway from master The app works on port 8080 but I get an error 404 on http://localhost:9000/swagger-ui/index.html
JHipster Version(s)
3.0 master at #c9f3e112739008bf0241678608407df419e6da53
JHipster configuration, a .yo-rc.json file generated in the root folder
{
"generator-jhipster": {
"jhipsterVersion": "2.27.0",
"baseName": "gateway",
"packageName": "com.a.e.central",
"packageFolder": "com/a/e/central",
"authenticationType": "jwt",
"hibernateCache": "ehcache",
"clusteredHttpSession": "no",
"websocket": "no",
"databaseType": "sql",
"devDatabaseType": "h2Memory",
"prodDatabaseType": "postgresql",
"searchEngine": "no",
"buildTool": "maven",
"jwtSecretKey": "***",
"rememberMeKey": "***",
"useSass": true,
"enableTranslation": false,
"applicationType": "gateway",
"testFrameworks": [],
"enableSocialSignIn": false
}
}
Entity configuration(s) entityName.json files generated in the .jhipster directory
No entities on gateway.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 19 (15 by maintainers)
@yhjhoo : I understand your need, but as discussed before, it won’t be done in the generator-jhipster. Your demo is not a microservice. It’s a simple application with swagger, without security
There are 2 solutions:
Yes this is “normal”.