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>
|
||||
<artifactId>wePush</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1</version>
|
||||
<name>wePush</name>
|
||||
<description>wePush</description>
|
||||
<properties>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
server:
|
||||
address: 127.0.0.1
|
||||
port: 8080
|
||||
port: 8090
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
||||
active: prod
|
||||
Loading…
Reference in New Issue