mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 12:00:11 +08:00
dev服务器地址改为192.168.0.8
This commit is contained in:
@@ -36,7 +36,7 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
# url: jdbc:mysql://106.14.94.149:3306/jsowell_pre?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
# url: jdbc:mysql://192.168.0.8:3306/jsowell_pre?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
# username: jsowell_pre
|
||||
url: jdbc:mysql://192.168.0.8:3306/jsowell_prd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: jsowell_prd
|
||||
@@ -90,7 +90,7 @@ spring:
|
||||
|
||||
# rabbitmq配置 dev
|
||||
rabbitmq:
|
||||
host: 106.14.94.149
|
||||
host: 192.168.0.8
|
||||
port: 5672
|
||||
username: admin
|
||||
password: admin
|
||||
@@ -121,7 +121,7 @@ logging:
|
||||
|
||||
# 基础URL前缀
|
||||
baseurl:
|
||||
prefix: http://106.14.94.149:8080
|
||||
prefix: http://192.168.0.8:8080
|
||||
|
||||
# Minio配置
|
||||
minio:
|
||||
@@ -271,7 +271,7 @@ dubbo:
|
||||
name: wcc-server
|
||||
qosEnable: false
|
||||
registry:
|
||||
address: nacos://106.14.94.149:8848
|
||||
address: nacos://192.168.0.8:8848
|
||||
parameters:
|
||||
namespace: e328faaf-8516-42d0-817a-7406232b3581
|
||||
username: nacos
|
||||
|
||||
Reference in New Issue
Block a user