Add actuator

This commit is contained in:
jkv
2022-03-20 21:22:36 +01:00
parent 929a3535fa
commit aeef4b176c
2 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
#Adds the option to go to eg. http://localhost:8080/actuator/env for seeing the running configuration
management:
endpoints:
web:
exposure:
include: "*"
exclude: "beans"
spring:
main:
allow-circular-references: true