Compare commits
3 Commits
8d78b36717
...
fb94cf3832
| Author | SHA1 | Date | |
|---|---|---|---|
| fb94cf3832 | |||
| 28e6f6fdb3 | |||
| 6ccf885b3c |
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
server:
|
server:
|
||||||
address: 127.0.0.1
|
address: 0.0.0.0
|
||||||
port: 8090
|
port: 8090
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user