mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-02 10:57:10 +08:00
style: 优化部分代码及注释格式
This commit is contained in:
@@ -37,6 +37,11 @@ continew-starter.log:
|
||||
## 项目日志配置
|
||||
logging:
|
||||
config: classpath:logback-spring.xml
|
||||
## TLog 链路追踪配置
|
||||
tlog:
|
||||
enable-invoke-time-print: false
|
||||
pattern: '[$spanId][$traceId]'
|
||||
mdc-enable: false
|
||||
|
||||
--- ### 线程池配置
|
||||
continew-starter.thread-pool:
|
||||
@@ -247,10 +252,4 @@ generator:
|
||||
packageName: service.impl
|
||||
Controller:
|
||||
templatePath: generator/Controller.ftl
|
||||
packageName: controller
|
||||
|
||||
--- ### TLog
|
||||
tlog:
|
||||
enable-invoke-time-print: true
|
||||
pattern: '[$spanId][$traceId]'
|
||||
mdc-enable: false
|
||||
packageName: controller
|
Reference in New Issue
Block a user