#Spring Boot Actuator issue
1 messages ยท Page 1 of 1 (latest)
Here is an AI assisted attempt to answer your question ๐ค. Maybe it helps! In any case, a human is on the way ๐. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
So m working on a project, and added spring boot actuator to it, made sure that they have permit all in my security config, the health endpoint worked fine but my info endpoint is returning {} with 200 OK, my application properties are being loaded but whe
It seems like the issue may be related to the configuration of the info endpoint in your project. Make sure that the necessary properties are properly configured in your application.properties or application.yml file. Double-check your security config to ensure that there are no restrictions on the info endpoint.
Useful links:
- AI generated response
yeah bro imma need some help with this one ๐
nvm , 2 hours to arrive at this but management.info.env.enabled=true is now considered production safe.