Open php-coder opened 9 years ago
Also we could take benefits from using AuthenticationAuditListener
/AuthorizationAuditListener
: http://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-auditing.html
Try dynamic logging from 1.5: https://spring.io/blog/2017/01/30/spring-boot-1-5-1-released#loggers-endpoint
Let's do this after Spring Boot update (#869)
Also we can update deploy.yml
to wait until the app is ready.
Also we can update deploy.yml to wait until the app is ready.
Use uri
module with until
/retries
/delay
params for that. Example: https://github.com/ansible/ansible/issues/47660
This also will allow us to use Spring Boot Admin Server
https://docs.spring.io/spring-boot/docs/2.1.x/reference/html/auto-configuration-classes.html#auto-configuration-classes-from-actuator Perhaps, some autoconfigurations could be excluded.
After porting to Spring Boot (#75) it would be great if we'll enable
spring-boot-actuator
.Related links: