Skip to content

Latest commit

 

History

History
 
 

spring-boot-note2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spring boot学习笔记2

笔记点:

1. Spring boot MyBatis通用Mapper (mapper-spring-boot-starter)
2. Spring boot Pagehelper分页插件 (pagehelper-spring-boot-starter)
3. Spring boot Pagehelper分页对象再封装
4. Spring boot 数据库MyBatis+Druid+MariaDB(MySQL)的连接
5. Spring boot 事务(确保数据库引擎是InnoDB)
6. Spring boot Druid数据源监控,及多数据源支持 (druid-spring-boot-starter)
功能 链接 ---
Druid数据源监控 http://192.168.1.119:5202/note2/druid/index.html admin/123456
JSON测试 http://192.168.1.119:5202/note2/userinfo/list.json ---
数据库文档 docs文件夹 ---