代码-swagger3 pathmatch和nexus私服
This commit is contained in:
@@ -6,12 +6,17 @@ spring:
|
||||
main:
|
||||
allow-bean-definition-overriding : true
|
||||
allow-circular-references: true
|
||||
|
||||
---
|
||||
spring:
|
||||
config:
|
||||
activate:
|
||||
on-profile: native
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 129.226.216.54:8848
|
||||
namespace: 5edc3246-3e69-4be5-a32a-273f0a09ddf6
|
||||
name: ${spring.application.name}
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
@@ -24,20 +29,17 @@ spring:
|
||||
refresh: true
|
||||
- data-id: threadpool.yml
|
||||
refresh: true
|
||||
|
||||
---
|
||||
spring:
|
||||
config:
|
||||
activate:
|
||||
on-profile: dev
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
allow-circular-references: true
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 129.226.216.54:8848
|
||||
namespace: 5edc3246-3e69-4be5-a32a-273f0a09ddf6
|
||||
name: ${spring.application.name}
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
@@ -57,15 +59,11 @@ spring:
|
||||
config:
|
||||
activate:
|
||||
on-profile: prod
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
allow-circular-references: true
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 129.226.216.54:8848
|
||||
namespace: 0c9bf047-19ca-4969-bf5d-bbc1f86b501a
|
||||
name: ${spring.application.name}
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
@@ -79,4 +77,4 @@ spring:
|
||||
- data-id: threadpool.yml
|
||||
refresh: true
|
||||
- data-id: database.yml
|
||||
refresh: true
|
||||
refresh: true
|
||||
|
Reference in New Issue
Block a user