MissingWebServerFactoryBeanException
Exception thrown when there is no WebServerFactory bean of the required type defined in a WebServerApplicationContext.
Author
Guirong Hu
Andy Wilkinson
Since
2.7.0
Constructors
Link copied to clipboard
constructor(webServerApplicationContextClass: Class<out WebServerApplicationContext>, webServerFactoryClass: Class<out WebServerFactory>, webApplicationType: WebApplicationType)
Create a new
MissingWebServerFactoryBeanException
.