更改包名
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
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: smart_canteen_local
|
||||
active: bonus_houqin_local
|
||||
# active: bonus_houqin_local
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Tomcat
|
||||
server:
|
||||
port: 58689
|
||||
port: 51689
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
|
|
@ -9,13 +9,13 @@ spring:
|
|||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 127.0.0.1:8848
|
||||
namespace: smart_canteen
|
||||
namespace: bonus_houqin
|
||||
username: nacos
|
||||
password: nacos
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 127.0.0.1:8848
|
||||
namespace: smart_canteen
|
||||
namespace: bonus_houqin
|
||||
username: nacos
|
||||
password: nacos
|
||||
# 配置文件格式
|
||||
|
|
@ -5,4 +5,4 @@ spring:
|
|||
name: bonus-smart-canteen
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: smart_canteen_local
|
||||
active: bonus_houqin_local
|
||||
|
|
|
|||
Loading…
Reference in New Issue