Compare commits

...

3 Commits

Author SHA1 Message Date
wangsiyuan fb94cf3832 更新 logback.xml 2023-12-05 14:46:49 +08:00
wangsiyuan 28e6f6fdb3 更新 application.yml 2023-12-05 14:46:46 +08:00
wangsiyuan 6ccf885b3c 更新 pom.xml 2023-12-05 14:46:39 +08:00
3 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<!-- 打包文件名版本信息 -->
<groupId>com.kimgo</groupId>
<artifactId>wePush</artifactId>
<version>1.0.1</version>
<version>1.0.0</version>
<name>wePush</name>
<description>wePush</description>
<properties>

View File

@ -1,5 +1,5 @@
server:
address: 127.0.0.1
address: 0.0.0.0
port: 8090
spring:
profiles:

View File

@ -13,7 +13,8 @@
</appender>
<root level="info">
<appender-ref ref="STDOUT"/>
<!-- 移除了对STDOUT的引用 -->
<!-- <appender-ref ref="STDOUT"/>-->
<appender-ref ref="FILE"/>
</root>
</configuration>