Closed
Description
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 1 of constructor in org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$DifferentManagementContextConfiguration required a bean of type 'org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory' that could not be found.
- Bean method 'reactiveWebChildContextFactory' not loaded because @ConditionalOnClass did not find required class 'javax.servlet.Servlet'
- Bean method 'servletWebChildContextFactory' not loaded because @ConditionalOnClass did not find required class 'javax.servlet.Servlet'
Action:
Consider revisiting the conditions above or defining a bean of type 'org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory' in your configuration.
2.0.0.BUILD-SNAPSHOT.
A search of issues here didn't reveal anything obvious to me.
This stack overflow question describes the same thing.