Reputation: 71
I want to create gradle Spring MVC project in intellij with tomcat setup , and I also want to know, how to run it on local host. I am using Ubuntu OS.
Upvotes: 7
Views: 7758
Reputation: 648
In IDEA 14.1 you can use File -> New -> Project... -> Spring Initializer
and select Gradle Project
for Type:
.
http://blog.jetbrains.com/idea/2015/03/develop-spring-boot-applications-more-productively-with-intellij-idea-14-1/
Upvotes: 8