used spring initializr in intellij and I cannot run the demo application

127 views Asked by At

So I used these settings to generate my spring file

enter image description here

Then I extracted that zip file and went into intellij and opened the new project.

The issue now is the src folder seems open although it shouldn't and if I navigate through to the DemoApplication.java I cannot run it.

This is how it looks like.

Really think it comes down to certain dependencies or so. I use java version 14 in intellij I think.

I watched lots of tutorials already and it seems simple but doesn't work for me.

enter image description here

I tried adding a module or changing the java version but both didn't seem to work

1

There are 1 answers

0
ekalin On

The "group" and "package name" starting with a "." seem wrong. Could you try again with other values?