编写目标:使用springboot+jpa调用Thymeleaf模板显示数据库表的数据 1:依赖注入 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> </dependency> <...
springboot-jsp-jpa:SpringBoot整合Jsp和Jpa,通过界面操作实现CRUD功能。 springboot-jsp-thymeleaf:SpringBoot整合Jsp和Thymeleaf实现两个模块的兼容。 springboot-netty-protobuf:SpringBoot整合Netty,通过protobuf进行数据传输,包含心跳、断线重连机制。 springboot-package:SpringBoot打包示例项目,可以通过点击build.bat(...
rapid-boot 一款基于springboot的快速开发模块化脚手架,采用springboot2.1.7、spring、SpringMvc、mybatis-plus3.1.2、swagger、thymeleaf、layui技术开发;使用mysql数据源,实现功能有用户中心模块:平台用户、验证码查询、登录日志;系统设置模块:角色权限、菜单管理、接
Hope-boot的诞生离不开下面这些项目(取之开源,用之开源): Spring Boot:核心框架 Apache Shiro:权限框架 Redis:缓存框架 Thymeleaf:模板引擎 MyBatis:用于Java的MyBatis SQL Mapper框架 jpa:我也不知道为什么要把这个加上 PageHelper:分页插件 tk.mybatis:通用Mapper ...