Compare commits
2 Commits
bebd76654d
...
8d78b36717
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d78b36717 | |||
| 0f354bd74e |
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.0</version>
|
<version>1.0.1</version>
|
||||||
<name>wePush</name>
|
<name>wePush</name>
|
||||||
<description>wePush</description>
|
<description>wePush</description>
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
address: 127.0.0.1
|
address: 127.0.0.1
|
||||||
port: 8080
|
port: 8090
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: prod
|
||||||
Reference in New Issue
Block a user