jekins 推送测试

This commit is contained in:
Leo
2023-12-15 11:26:32 +08:00
parent 9281000cf6
commit ef5eaa26b5
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ server:
spring: spring:
application: application:
name: imaotai name: wxSend
profiles: profiles:
active: dev active: dev
#数据源配置 #数据源配置
@@ -65,5 +65,5 @@ user:
# 日志配置 # 日志配置
logging: logging:
level: level:
com.oddfar: debug cn.van333: debug
org.springframework: warn org.springframework: warn

View File

@@ -81,7 +81,7 @@
</appender> </appender>
<!-- 系统模块日志级别控制 --> <!-- 系统模块日志级别控制 -->
<logger name="com.oddfar" level="info"/> <logger name="cn.van333" level="info"/>
<!-- Spring日志级别控制 --> <!-- Spring日志级别控制 -->
<logger name="org.springframework" level="info"/> <logger name="org.springframework" level="info"/>