Mukesh Kumar Ray
Mukesh Kumar Ray

Reputation: 71

How to create new spring project with gradle in intellij having tomcat environment?

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

Answers (1)

chrkv
chrkv

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

Related Questions