php-coder / mystamps

The site about post stamps where you can create a virtual collection
https://my-stamps.ru
GNU General Public License v2.0
20 stars 33 forks source link

Activate and integrate spring-boot-actuator #86

Open php-coder opened 9 years ago

php-coder commented 9 years ago

After porting to Spring Boot (#75) it would be great if we'll enable spring-boot-actuator.

Related links:

php-coder commented 8 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

php-coder commented 7 years ago

Try dynamic logging from 1.5: https://spring.io/blog/2017/01/30/spring-boot-1-5-1-released#loggers-endpoint

php-coder commented 4 years ago

Let's do this after Spring Boot update (#869)

php-coder commented 4 years ago

Also we can update deploy.yml to wait until the app is ready.

php-coder commented 4 years ago

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

php-coder commented 3 years ago

This also will allow us to use Spring Boot Admin Server

php-coder commented 3 years ago

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.