[ server ] [ executor ] - optimize code -5

This commit is contained in:
zeaslity
2022-12-28 09:51:05 +08:00
parent 3c059e3da2
commit 09119ef301
9 changed files with 64 additions and 44 deletions

View File

@@ -0,0 +1,20 @@
spring:
application:
name: octopus-server
profiles:
active: local
cloud:
nacos:
config:
group: local
config-retry-time: 3000
file-extension: yaml
max-retry: 3
# server-addr: 43.154.83.213:21060
# server-addr: 140.238.52.228:21060
server-addr: https://nacos.107421.xyz:443
timeout: 5000
config-long-poll-timeout: 5000
extension-configs:
- group: local
data-id: common-local.yaml

View File

@@ -2,11 +2,11 @@ spring:
application:
name: octopus-server
profiles:
active: local
active: k3s
cloud:
nacos:
config:
group: local
group: k3s
config-retry-time: 3000
file-extension: yaml
max-retry: 3
@@ -16,5 +16,5 @@ spring:
timeout: 5000
config-long-poll-timeout: 5000
extension-configs:
- group: local
data-id: common-local.yaml
- group: k3s
data-id: common-k3s.yaml