Compare commits

..

No commits in common. "fb94cf38328e32492bcca0d9d4299baff8bee175" and "8d78b3671747bc899decbf335716edf9ddd10753" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

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

View File

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

View File

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