README.md 532 字节
Newer Older
Q
qinyingjie 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
## 一.说明

主要是SpringBoot学习

### 二.主要集成

- redis

- mybatis-plus

- swagger2

- logback

- druid

- @Aspect切面日志

- devtools热部署

21
- mapstruct dto-vo转换
Q
qinyingjie 已提交
22 23 24 25 26 27 28 29

- test测试模块

- mysql

- web模块

- 发邮件
Q
qinyingjie 已提交
30 31 32 33 34 35

- 数据校验规则

- 乱码问题 WebMvcConfigurationSupport

- 批处理
Q
qinyingjie 已提交
36 37

- redis 全局唯一id
Q
qinyingjie 已提交
38 39 40 41 42 43 44 45 46 47 48

## 三.链接

### 1.访问链接

http://localhost:8761/user/all

### 2.swagger

http://localhost:8761/swagger-ui.html

49
index.html 这个页面是进行websocket连接的
50 51 52


添加cicd