修改配置文件

This commit is contained in:
liubozhi 2025-03-20 22:39:19 +08:00
parent 3aa4a990ba
commit 5c0326de6e
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
server: server:
port: ${tmerclub_PORT:9112} port: ${TMERCLUB_ADMIN_PORT:9112}
spring: spring:
application: application:
name: @artifactId@ name: @artifactId@

View File

@ -11,7 +11,7 @@ spring:
password: ${NACOS_PASSWORD:BYzL!Z3C} password: ${NACOS_PASSWORD:BYzL!Z3C}
namespace: ${NACOS_NAMESPACE:} namespace: ${NACOS_NAMESPACE:}
config: config:
server-addr: ${NACOS_HOST:101.37.204.35}:${NACOS_PORT:8848} server-addr: ${spring.cloud.nacos.discovery.server-addr}
file-extension: yml file-extension: yml
shared-configs: shared-configs:
- application.${spring.cloud.nacos.config.file-extension} - application.${spring.cloud.nacos.config.file-extension}
@ -25,4 +25,4 @@ logging:
# dubbo端口默认为服务端口+2000 # dubbo端口默认为服务端口+2000
dubbo: dubbo:
protocol: protocol:
port: ${TMERCLUB_DUBBO_PORT:11101} port: ${TMERCLUB_DUBBO_PORT:11101}

View File

@ -25,4 +25,4 @@ logging:
# dubbo端口默认为服务端口+2000 # dubbo端口默认为服务端口+2000
dubbo: dubbo:
protocol: protocol:
port: ${tmerclub_DUBBO_PORT:9509} port: ${tmerclub_DUBBO_PORT:11101}

View File

@ -32,5 +32,5 @@ logging:
# dubbo端口默认为服务端口+2000 # dubbo端口默认为服务端口+2000
dubbo: dubbo:
protocol: protocol:
port: ${tmerclub_DUBBO_PORT:9505} port: ${tmerclub_DUBBO_PORT:11101}