ここ数日で、Spring Boot アプリの起動に問題があることに気付きました。FilterRegistrationBean で常にハングします。
これを解決するには、突然起動した後、アプリを複数回再起動する必要があります。
何か案は?
2016-05-30 15:01:50 [APP/0] OUT 2016-05-30 13:01:50.914 INFO 16 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
2016-05-30 15:04:42 [CELL/0] ERR Timed out after 3m0s: health check never passed.
2016-05-30 15:04:42 [CELL/0] OUT Exit status 0
サンプルアプリ: https://github.com/gabac/swisscom-spring-boot-sample