This repo is meant to reproduce SDA-SE/sda-spring-boot-commons#178 with a minimal example from the Spring Initializer.
In a single module and not related to security config the issue is not reproducible.
Testing:
- set
management.server.port
indefaults.properties
as desired - Start the
DemoApplication
- Fetch the result in a terminal:
$ curl http://localhost:8080/info Running on different port.