Olá!
Poderiam, por favor, me orientar quanto ao erro 404 retornado ao acessar o endpoint http://localhost:8080/actuator/?
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback. Wed Jul 06 21:44:51 BRT 2022 There was an unexpected error (type=Not Found, status=404).
Estou usando o Windows e fiz algumas verificações:
O docker aparentemente está ok:
Build realizada com mvnw clean package.
Start.sh executado.
A porta 8080 está em estado "Listening"
Arquivo application-prod.properties com o código abaixo:
#actuator
management.endpoint.health.show-details=always management.endpoints.web.exposure.include=health,info,metrics,prometheus
O endpoint http://localhost:8080/topicos/ está retornando normalmente.