Newbie - Following Tutorial - no new package
Hi All,
I am new to the idea 14.1, trying to follow a tutorial, whichi is creating a new spring project:
Spring Boot Support in IntelliJ IDEA 14.1
https://www.youtube.com/watch?v=IUb52gHQGLE
In the tutorial, aftrer creating a new project, cliking new , should have an option for package, but I am not getting any options for new package.
(at 4:17 in the video tutorial)
Do I need to add any other facets ?
Thanks in advance,
dhem,
Please sign in to leave a comment.
Please make sure your "src" folder is marked as "Sources Root" in Project Structure. If you use Maven/Gradle, you might need to update project.
Thanks Yann for your reply.
That fixed the problem of the new package option, but invalidated all the files, as : org.springframework.boot doesn't exist.
Regards,
Please double-check your pom.xml/build.gradle file for the Spring Boot dependencies.
You can also find more information here http://spring.io/guides with ready-to-try example code.