I am a newer on IntelliJ. I have a Spring Boot with Restful API. It works in Eclipse. But it won't start the Tomcat after I switched from Eclipse to IntelliJ. But it works if I right clicked on Application class and "Run Application main()...".
I used "mvn clean install" same as I did in Eclipse. it worked in Eclipse. But not in IntelliJ.