It works when I start it with `./gradlew bootRun`,...
# spring
d
It works when I start it with
./gradlew bootRun
, but still fails when I start it from IDEA
l
you could create a gradle run config that simply executes `bootRun`… that’s what i did. (I didn’t actually know that there was another way)
c
Build -> rebuild project after gradle refresh
d
@Czar it doesn’t help, IDEA is still highlighting Application and the app works only via gradle bootRun
😕 1
c
Oh, sometimes if you renamed something it helps to manually delete all
build
and
out
directories and then do project rebuild.
d
Upgrading the plugin to 1.2.20 fixed this
n
using maven also 😉
😉 1
👎 2
s
+1 upgrading to 1.2.20 fixed this