fix:AOP添加接口日志

This commit is contained in:
zhouz
2024-07-30 13:55:55 +08:00
parent 2525a8955e
commit 024d00bd37
8 changed files with 422 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ spring:
jobStore:
threadPool:
threadCount: 14
# class: org.nl.system.service.quartz.SimpleThreadPool
# class: org.nl.system.service.quartz.SimpleThreadPool
scheduler-name: quartzScheduler
task:
pool:
@@ -92,6 +92,11 @@ logging:
file:
path: d:\log\lms
config: classpath:logback-spring.xml
include-paths:
- /api/mes/**
- /api/lms/**
- /api/sap/**
- /api/crm/**
# sa-token白名单配置
security:
# 排除路径
@@ -151,7 +156,7 @@ sa-token:
mybatis-plus:
configuration:
map-underscore-to-camel-case: false
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations:
- classpath:org.nl.**.mapper/*.xml
global-config: