I have a spring-boot application that needs to:
I\
Using the profile and instructions below, you can add a profile to maven that allows development in IntelliJ without changing things for other environments.
org.springframework.boot
spring-boot-starter-tomcat
provided
intellij
org.springframework.boot
spring-boot-starter-tomcat
compile
Click the Maven Projects button on the right side of IntelliJ, and under Profiles, select intellij
.