修改基础配置

This commit is contained in:
wzy-warehouse
2026-04-07 21:00:49 +08:00
parent 21d41ad38c
commit 76ab102174
3 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 端口
server:
port: 8081
# 开发环境配置
spring:
config:
+4
View File
@@ -1,3 +1,7 @@
# 端口
server:
port: 8080
# 生产环境配置
spring:
config:
-4
View File
@@ -1,7 +1,3 @@
# 端口
server:
port: 8081
# 激活的配置文件(默认dev,打包时会被Maven profile替换)
spring:
profiles: