Skip to content

springboot + springmvc +Spring Security + mybatis + PageHelper(Mybatis分页插件) + druid + (maven/gradle) + thymeleaf + bootstrap 组成的框架,基于Jersey, Swagger,SwaggerUi的restful API

License

Notifications You must be signed in to change notification settings

jueding920/maintain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

维护系统

用java 语言 + springboot + springmvc + mybatis + (maven/gradle) 搭成的框架

用thymeleaf模板 + bootstrap

此系统只为维护另一个项目快速查询问题而用,也是练习项目。

此系统使用了mybatis的通用分页插件

分页插件地址是:https://github.com/pagehelper/Mybatis-PageHelper

还使用的druid的连接池地址是:https://github.com/alibaba/druid

springboot 地址: https://github.com/spring-projects/spring-boot

thymeleaf 地址:https://github.com/thymeleaf/thymeleaf

bootstrap 地址:http://getbootstrap.com/css/

加上spring security安全模块

添加基于Jersey的RestfulAPI

文档地址: https://localhost:8443/apidocs/index.html

maven

	mvn spring-boot:run

gradle

	gradle bootRun

用druid配置连接三个数据库

About

springboot + springmvc +Spring Security + mybatis + PageHelper(Mybatis分页插件) + druid + (maven/gradle) + thymeleaf + bootstrap 组成的框架,基于Jersey, Swagger,SwaggerUi的restful API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.0%
  • HTML 16.6%
  • Java 15.4%
  • CSS 2.0%