Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 602 Bytes

README.MD

File metadata and controls

19 lines (14 loc) · 602 Bytes

功能介绍

  • ✓ swagger http://localhost:10001/doc.html#/home
  • ✓ 数据库(Redis、MySQL)
  • ✓ 全局TraceId
  • ✓ JWT鉴权
  • ✓ 全局Api返回值
  • ✓ 全局异常处理
  • ✓ 方法执行耗时注解
  • ✓ 分布式锁工具类 && 注解
  • ✓ 全局方法执行耗时 && 全局异常监控
  • ✓ 分布式锁工具类 && 注解

img.png

git停止追踪文件

如果logs文件夹已经被git跟踪,你需要先使用git rm --cached -r logs/命令来停止跟踪这个文件夹,然后再添加.gitignore规则