记得上下班打卡 | git大法好,push需谨慎

Commit 381e48da authored by 胡佳晨's avatar 胡佳晨

提交 platform

parent 7b61d54c
...@@ -57,7 +57,7 @@ info: ...@@ -57,7 +57,7 @@ info:
version: '@project.version@' version: '@project.version@'
# ----------------------------------------------------------- # -----------------------------------------------------------
mybatis-plus: mybatis-plus:
mapper-locations: classpath:com.liquidnet.service.*.mapper/*Mapper.xml mapper-locations: classpath:com.liquidnet.service.*.mapper/*Mapper.xml,classpath:com.liquidnet.service.kylin.mapper/*Mapper.xml
# ----------------------------------------------------------- # -----------------------------------------------------------
spring: spring:
application: application:
...@@ -140,4 +140,4 @@ global-auth: ...@@ -140,4 +140,4 @@ global-auth:
# ----------------------------------------------------------- # -----------------------------------------------------------
# ----------------------------------------------------------- # -----------------------------------------------------------
\ No newline at end of file
...@@ -10,9 +10,9 @@ spring: ...@@ -10,9 +10,9 @@ spring:
cloud: cloud:
config: config:
# uri: http://39.106.122.201:7002/support-config # uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config uri: http://127.0.0.1:7002/support-config
profile: ${liquidnet.cloudConfig.profile} # profile: ${liquidnet.cloudConfig.profile}
name: ${spring.application.name} #默认为spring.application.name # name: ${spring.application.name} #默认为spring.application.name
discovery: # discovery:
enabled: true # enabled: true
service-id: liquidnet-support-config # service-id: liquidnet-support-config
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment