0
votes

Version 1.5.4 was working fine without extra declaration of starter web in POM of Spring Boot Admin Clients. When I upgraded to 2.0.1, I had to add starter web to POM to make it work. Without starter web in client apps, there is no error or no log related to registering the application.

It's not documented anywhere as far as I know. Can anyone please confirm?

1
can u post the exception which u were getting without the dependency? - Indraneel Bende
Hi @IndraneelBende , I did not get any error in logs. I'm updating the question. - Anand Varkey Philips
Can u post the complete log without starter web. - Indraneel Bende
which log level? there was no error.. I guess starter web is a dependancy. - Anand Varkey Philips

1 Answers

1
votes

Spring Boot Admin 2.x can run on netty and on tomcat. So if you want to run on tomcat you have to explicitly import the spring-boot-starter-web. The getting started guide contains this dependency http://codecentric.github.io/spring-boot-admin/current/#set-up-admin-server