fix:AOP添加接口日志
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user