Running Spring Boot Application Main Not Found
Answered
Ever since there was an update, I don't know how many versions ago, it was around 2017.1 I have not been able to run my Spring Boot Configuration, I can use the Gradle bootRun. But for some reason this isn't working.
It's a multi-module build, I tried wiping out all of the .ipr, iml, and .idea files a few times, and it still won't work. When I search the the startup parameters in my console I don't see any references pointing to any part of my compiled project.
IntelliJ IDEA 2017.2.1 EAP
Build #IU-172.3544.6, built on July 19, 2017
JRE: 1.8.0_152-release-915-b6 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.11.9-1-ARCH
Please sign in to leave a comment.
I figured it out, I did search and came up with https://youtrack.jetbrains.com/issue/IDEA-120939, I didn't see that the last couple of days when I searched.