SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem but when I removed
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>provided</scope> </dependency>
it started working again.