CNode

SpringMVC + Hibernate 框架

分享
LLuciferhaha发布于8 年前最后回复8 年前0 回复2577 浏览0 收藏

Spring Boot + Spring MVC + Spring Security + MySQL This tutorial will show you how to implement a Login process using the following tech stack:

Spring Boot(1.4.2) Spring Security Spring MVC JPA Thymeleaf MySQL (5.7.11) Bootstrap (UI Presentation) Maven (3.3.9) Eclipse (Neon, 4.6.0) Java 8 Packaging (JAR) Project Creation First we will use the Spring initializer page to create our maven project with the dependencies listed above.

Go to → https://start.spring.io/ Leave everything as it is and select the following dependencies: Web, JPA, Security, MySQL, and Thymeleaf.

Click on Generate Project button and it will download a zip file (demo.zip) with our maven project.

Import Project into Eclipse

Unzip the zip file. Import into Eclipse as “Existing Maven Project” Choose the root directory of the project generated (where the pom.xml file is located) and click on Finish.

查看回复

回复 (0)

暂无回复,成为第一个参与讨论的人。
参与回复
登录后即可参与回复。登录