Depois de startar o SBA, o monitoramento fica dessa forma. E depois de clicar nela, fica dessa forma O application properties do forum
datasource
spring.datasource.driverClassName=org.h2.Driver spring.datasource.url=jdbc:h2:mem:forum spring.datasource.username=sa spring.datasource.password=
jpa
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect spring.jpa.hibernate.ddl-auto=update spring.jpa.properties.hibernate.show-sql=true spring.jpa.properties.hibernate.format-sql=true
Nova propriedade a partir da versao 2.5 do Spring Boot:
spring.jpa.defer-datasource-initialization=true
h2
spring.h2.console.enabled=true spring.h2.console.path=/h2-console
jwt
forum.jwt.secret=rm'!@N=Ke!p8VTA2ZRKnMDQX5Uvm!m'D&]{@Vr?G;2?XhbC:Qa#9#eMLN}x3?JR3.2zrv)gYF^8:8>:XfB:Ww75N/emt9Yj[bQMNCWwW\J?N,nvH.<2.rw]e~vgak)X"v8HMH/7"2E
,^k@n<vE-wD3g9JWPy;CrY.Kd2_D])=><D?YhBaSua5hW%{2]_FVXzb98FH^b[X3jzVER&:jw2<=c38=>L/zBq
}C6tT*cCSVC^c]-L}&/
forum.jwt.expiration=86400000
actuator
management.endpoint.health.show-details=always management.endpoints.web.exposure.include=* info.app.name=@project.name@ info.app.description=@project.description@ info.app.version=@project.version@ info.app.encoding=@project.build.sourceEncoding@ info.app.java.version=@java.version@ management.info.env.enabled=true
#Spring Boot Admin Server
#spring.boot.admin.client.url=http://localhost:8081
#spring.boot.admin.client.instance.service-url = http://localhost:8081 spring.boot.admin.client.instance.service-base-url: http://127.0.0.1:8081
O application properties do SBA
server.port=8081
management.endpoint.health.show-details=always