Compare commits

...

2 Commits

Author SHA1 Message Date
8d78b36717 更新 pom.xml 2023-12-05 12:17:26 +08:00
0f354bd74e 更新 application.yml 2023-12-05 12:17:24 +08:00
2 changed files with 3 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.0</version> <version>1.0.1</version>
<name>wePush</name> <name>wePush</name>
<description>wePush</description> <description>wePush</description>
<properties> <properties>

View File

@@ -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