修改基础配置
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# 端口
|
||||
server:
|
||||
port: 8081
|
||||
|
||||
# 开发环境配置
|
||||
spring:
|
||||
config:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# 端口
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
# 生产环境配置
|
||||
spring:
|
||||
config:
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
# 端口
|
||||
server:
|
||||
port: 8081
|
||||
|
||||
# 激活的配置文件(默认dev,打包时会被Maven profile替换)
|
||||
spring:
|
||||
profiles:
|
||||
|
||||
Reference in New Issue
Block a user