修复openapi、file模块docker部署失败的问题
This commit is contained in:
@@ -1,43 +1,2 @@
|
||||
server:
|
||||
port: 8108
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: blade-openapi
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
namespace: ${spring.profiles.active}
|
||||
config:
|
||||
file-extension: yaml
|
||||
namespace: ${spring.profiles.active}
|
||||
shared-configs:
|
||||
- data-id: blade.yaml
|
||||
refresh: true
|
||||
- data-id: blade-${spring.profiles.active}.yaml
|
||||
refresh: true
|
||||
|
||||
#spring:
|
||||
# application:
|
||||
# name: blade-openapi
|
||||
# cloud:
|
||||
# nacos:
|
||||
# discovery:
|
||||
# namespace: ${spring.profiles.active}
|
||||
# # 不注册到nacos
|
||||
# #registerEnabled: false
|
||||
# config:
|
||||
# # 文件后缀名
|
||||
# file-extension: yaml
|
||||
# namespace: ${spring.profiles.active}
|
||||
# shared-configs:
|
||||
# - data-id: blade.yaml
|
||||
# refresh: true
|
||||
# - data-id: blade-${spring.profiles.active}.yaml
|
||||
# refresh: true
|
||||
# - data-id: third-party-api.yaml
|
||||
# refresh: true
|
||||
# extension-configs:
|
||||
# - data-id: ${spring.application.name}-dynamictp.yaml
|
||||
# group: DEFAULT_GROUP
|
||||
# refresh: true # 必须配置,负责自动刷新不生效
|
||||
|
||||
Reference in New Issue
Block a user