Dragos Sas
Results
2
comments of
Dragos Sas
You'll have to add javax.servlet-api dependency and the instantiation of the ServletWebServerFactory Bean in main class
I switched from undertow to tomcat. What worked for me was to add the - implementation "org.springframework.boot:spring-boot-starter-tomcat" - compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1' dependencies in gradle (same for...