初始化

This commit is contained in:
2025-04-16 17:47:42 +08:00
parent 92158cdd91
commit a5dd676a0a
6 changed files with 8 additions and 10 deletions

View File

@@ -227,6 +227,6 @@ knife4j:
--- #################### 芋道相关配置 ####################
yudao:
tashow:
info:
version: 1.0.0
version: 1.0.0

View File

@@ -1,5 +1,4 @@
芋道源码 http://www.iocoder.cn
Application Version: ${yudao.info.version}
Application Version: ${tashow.info.version}
Spring Boot Version: ${spring-boot.version}
.__ __. ______ .______ __ __ _______

View File

@@ -60,7 +60,7 @@
<springProfile name="local">
<root level="INFO">
<appender-ref ref="STDOUT"/>
<!-- <appender-ref ref="GRPC"/> &lt;!&ndash; 本地环境下,如果不想接入 SkyWalking 日志服务,可以注释掉本行 &ndash;&gt;-->
<appender-ref ref="GRPC"/> <!-- 本地环境下,如果不想接入 SkyWalking 日志服务,可以注释掉本行 -->
<appender-ref ref="ASYNC"/> <!-- 本地环境下,如果不想打印日志,可以注释掉本行 -->
</root>
</springProfile>