项目作者: jetyang98

项目描述 :
3个使用spring的java web项目
高级语言: HTML
项目地址: git://github.com/jetyang98/Java-web-spring.git
创建时间: 2020-08-10T12:20:27Z
项目社区:https://github.com/jetyang98/Java-web-spring

开源协议:

下载


Java-web-spring

3个使用spring建立的java web项目

StudentManagementSystem项目

ssm项目,Eclipse的dynamic web project目录结构,使用了jsp,外置的Tomcat容器。

登录网址:http://localhost:8080/StudentManagementSystem/

student-management-jsp项目

spring boot项目,Maven目录结构,使用了jsp,但是spring boot并不推荐使用jsp。

登录网址:http://localhost/login.jsp

student-management-freemarker项目

spring boot项目,Maven目录结构,使用了freemarker,spring boot内置支持的模板引擎。

登录网址:http://localhost/