Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 632
Mukesh Kumar Ray Avatar asked May 21 '15 09:05

Mukesh Kumar Ray


People also ask

How do I create a gradle project in IntelliJ?

Open your project in IntelliJ IDEA. In the Project tool window, right-click the name of your project and select New | File. In the dialog that opens enter build. gradle and click OK.

Can we create Spring project in IntelliJ?

Create a new Spring Boot projectFrom the main menu, select File | New | Project. In the left pane of the New Project wizard, select Spring Initializr. Specify a name for the project: spring-boot-tutorial . From the JDK list, select Download JDK and download the latest version of Oracle OpenJDK.


1 Answers

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/

like image 187
chrkv Avatar answered Sep 22 '22 13:09

chrkv