Skip to content

Tutorial: Build a spring boot application using intellij idea

Notifications You must be signed in to change notification settings

StudentsAdministration/03_hello_spring

This branch is 14 commits ahead of dat17v1/2_03_hello_spring:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f3c900 · Sep 4, 2018

History

36 Commits
Dec 12, 2017
Sep 4, 2018
Jan 22, 2018

Repository files navigation

#3 Hello Spring

Tutorial: Build a spring boot application using intellij idea

Create your new project with intellij

Open up IntelliJ and click on the Create New Project option.

Next, select Spring Initializr from the project type in the left panel, select your Project SDK and then click Next. The Initializr Service URL should already be populated.

Next select any Spring Framework dependency your project will require. here you should choose

  • Web -> Web
  • Template Engines -> Thymeleaf

Click Next once you’ve selected all your dependencies.

(heavily inspired by https://patrickgrimard.io/2014/08/14/how-to-build-a-spring-boot-application-using-intellij-idea/)

About

Tutorial: Build a spring boot application using intellij idea

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published