Which two statements are correct regarding the Actuator info endpoint? (Choose two.)
Which two statements are correct regarding the Actuator info endpoint? (Choose two.)
The Actuator info endpoint can be used to display arbitrary application information, thereby allowing developers to include any relevant details about the application. Additionally, it is typically used to display build or source control information, making it easier to manage, track changes, and ensure the integrity of the deployed application.
It is enabled by default, but it is not exposed by default.
it is exposed by default but not enabled by default, if you want to enable this use this/type this management.endpoints.web.exposure.include=health,info and do this on your application.properties file or application.yaml file
BC correct answer