更改包名
This commit is contained in:
parent
30ff7d47cc
commit
94dbc7bd65
|
|
@ -1,45 +0,0 @@
|
||||||
# Tomcat
|
|
||||||
server:
|
|
||||||
port: 58691
|
|
||||||
|
|
||||||
# Spring
|
|
||||||
spring:
|
|
||||||
cloud:
|
|
||||||
nacos:
|
|
||||||
discovery:
|
|
||||||
# 服务注册地址
|
|
||||||
server-addr: 127.0.0.1:8848
|
|
||||||
namespace: smart_canteen
|
|
||||||
username: nacos
|
|
||||||
password: nacos
|
|
||||||
config:
|
|
||||||
# 配置中心地址
|
|
||||||
server-addr: 127.0.0.1:8848
|
|
||||||
namespace: smart_canteen
|
|
||||||
username: nacos
|
|
||||||
password: nacos
|
|
||||||
# 配置文件格式
|
|
||||||
file-extension: yml
|
|
||||||
# 共享配置
|
|
||||||
shared-configs:
|
|
||||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
||||||
|
|
||||||
#加密组件
|
|
||||||
jasypt:
|
|
||||||
encryptor:
|
|
||||||
password: Encrypt
|
|
||||||
|
|
||||||
mybatis:
|
|
||||||
configuration:
|
|
||||||
map-underscore-to-camel-case: true
|
|
||||||
|
|
||||||
|
|
||||||
system:
|
|
||||||
sysfile:
|
|
||||||
prefixOffline: http://localhost:9000/lnyst
|
|
||||||
prefixOnline: http://localhost:9000/lnyst
|
|
||||||
bucket: /lnyst
|
|
||||||
|
|
||||||
|
|
||||||
oss:
|
|
||||||
endpoint: http://localhost:9000
|
|
||||||
|
|
@ -5,7 +5,7 @@ spring:
|
||||||
name: bonus-shared-station
|
name: bonus-shared-station
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: smart_canteen_local
|
active: bonus_houqin_local
|
||||||
# active: bonus_houqin_local
|
# active: bonus_houqin_local
|
||||||
messages:
|
messages:
|
||||||
basename: "message_device,message_account,message_adapter,message_allocation,message_attendance,message_auth,message_common,message_customer,message_dorm,message_drp,message_kitchen,message_marketing,message_menu,message_merchant,message_notice,message_nutrition,message_open,message_order,message_pay,message_report,message_supermarket,message_backfield,message_bus"
|
basename: "message_device,message_account,message_adapter,message_allocation,message_attendance,message_auth,message_common,message_customer,message_dorm,message_drp,message_kitchen,message_marketing,message_menu,message_merchant,message_notice,message_nutrition,message_open,message_order,message_pay,message_report,message_supermarket,message_backfield,message_bus"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Tomcat
|
# Tomcat
|
||||||
server:
|
server:
|
||||||
port: 58689
|
port: 51689
|
||||||
|
|
||||||
# Spring
|
# Spring
|
||||||
spring:
|
spring:
|
||||||
|
|
@ -9,13 +9,13 @@ spring:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 127.0.0.1:8848
|
||||||
namespace: smart_canteen
|
namespace: bonus_houqin
|
||||||
username: nacos
|
username: nacos
|
||||||
password: nacos
|
password: nacos
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 127.0.0.1:8848
|
||||||
namespace: smart_canteen
|
namespace: bonus_houqin
|
||||||
username: nacos
|
username: nacos
|
||||||
password: nacos
|
password: nacos
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
|
|
@ -5,4 +5,4 @@ spring:
|
||||||
name: bonus-smart-canteen
|
name: bonus-smart-canteen
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: smart_canteen_local
|
active: bonus_houqin_local
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue