shikeying
2024-04-07 52c8ee3120e4a44e48e217bced6f6c799ff7980c
1
2
3
4
5
6
7
8
9
# 注意:如果要spring cloud 加载bootstrap.yml文件,必须引入包
# spring-cloud-starter-bootstrap
# 因此先把配置移到 application.yml, 后续再详细调整。
# 2022-12-28
spring:
  application:
    name: iplatform-gateway
server:
  port: 8082