基础信息修改

This commit is contained in:
杨旭 2025-03-20 22:03:47 +08:00
parent 53ea800d5c
commit 8d682f5b18
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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