add spring security and token management
This commit is contained in:
5
src/main/resources/bootstrap.properties
Normal file
5
src/main/resources/bootstrap.properties
Normal file
@ -0,0 +1,5 @@
|
||||
spring.application.name=smartproc
|
||||
spring.profiles.active=@spring.profiles.active@
|
||||
management.endpoints.web.exposure.include=*
|
||||
management.endpoint.health.show-details=ALWAYS
|
||||
management.metrics.tags.application=${spring.application.name}
|
Reference in New Issue
Block a user