Compare commits

...

3 Commits

Author SHA1 Message Date
fb94cf3832 更新 logback.xml 2023-12-05 14:46:49 +08:00
28e6f6fdb3 更新 application.yml 2023-12-05 14:46:46 +08:00
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> <groupId>com.kimgo</groupId>
<artifactId>wePush</artifactId> <artifactId>wePush</artifactId>
<version>1.0.1</version> <version>1.0.0</version>
<name>wePush</name> <name>wePush</name>
<description>wePush</description> <description>wePush</description>
<properties> <properties>

View File

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

View File

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