Compare commits

...

7 Commits

Author SHA1 Message Date
e8ccd78a39 更新 pom.xml 2023-12-06 11:15:56 +08:00
3324865570 更新 pom.xml 2023-12-06 11:05:18 +08:00
9e42d4676a 创建 application.yml 2023-12-06 11:03:58 +08:00
6bb83e186d 更新 .gitignore 2023-12-06 11:03:54 +08:00
6923440a89 删除 application.yml 2023-12-06 10:46:53 +08:00
8d39b4938a 更新 .gitignore 2023-12-06 10:44:55 +08:00
b40f5cc0c4 更新 application.yml 2023-12-06 10:43:53 +08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -9,11 +9,14 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<!-- 打包文件名版本信息 -->
<groupId>com.kimgo</groupId>
<artifactId>wePush</artifactId>
<version>1.0.0</version>
<name>wePush</name>
<description>wePush</description>
<properties>
<java.version>17</java.version>
</properties>

View File

@@ -1,3 +1,3 @@
spring:
profiles:
active: dev
active: prod