命名错误

This commit is contained in:
2025-12-20 09:56:49 +08:00
parent 5d53df1233
commit bd71495aad
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ spring:
dubbo: dubbo:
application: application:
name: product-server name: market-server
qos-port: 22263 qos-port: 22263
qos-enable: true qos-enable: true
registry: registry:

View File

@@ -27,7 +27,7 @@ spring:
dubbo: dubbo:
application: application:
name: product-server name: market-server
qos-port: 22262 qos-port: 22262
qos-enable: true qos-enable: true
registry: registry:

View File

@@ -12,7 +12,7 @@ spring:
core-size: 8 core-size: 8
max-size: 16 max-size: 16
queue-capacity: 200 queue-capacity: 200
thread-name-prefix: async-product- thread-name-prefix: async-market-
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml