mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 09:29:59 +08:00
整合dubbo3.3.0, 使用nacos2.0.3作为注册中心, 升级fastjson 2.0.11->2.0.23
This commit is contained in:
@@ -71,6 +71,19 @@ spring:
|
||||
# 热部署开关
|
||||
enabled: true
|
||||
|
||||
# dubbo配置
|
||||
dubbo:
|
||||
application:
|
||||
name: jsowell-service
|
||||
qosEnable: false
|
||||
registry:
|
||||
address: nacos://192.168.2.2:8848
|
||||
username: nacos
|
||||
password: nacos
|
||||
protocol:
|
||||
name: dubbo
|
||||
port: -1
|
||||
|
||||
# MyBatis配置
|
||||
mybatis:
|
||||
# 搜索指定包别名
|
||||
|
||||
Reference in New Issue
Block a user