-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
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
Upgrade dependencies, update according the style guide #36
Comments
To support base image it is necessary to upgrade to Spring Boot 2, because there is different path for actuator that necessary for healtcheck: http://localhost:8080/actuator/health - spring boot 2 During the update I found the following issue when started standalone-service (single-module):
I found by googling that reason is in swagger. |
Use below single dependency with latest spring boot, remove other spring-fox and swagger.
Access swagger doc as - /swagger-ui/ |
@satyendrakumarsingh thank you |
The text was updated successfully, but these errors were encountered: