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

Commit 02501cb4 authored by anjiabin's avatar anjiabin

提交admin-web配置

parent ddb84f0a
...@@ -12,12 +12,12 @@ liquidnet: ...@@ -12,12 +12,12 @@ liquidnet:
urlHostAndPort: 39.106.122.201:3308 urlHostAndPort: 39.106.122.201:3308
username: testmall username: testmall
password: zhengzai!mYT password: zhengzai!mYT
database-name: test_ln_scene database-name: mdsky_admin
slave: slave:
urlHostAndPort: 39.106.122.201:3308 urlHostAndPort: 39.106.122.201:3308
username: testmall username: testmall
password: zhengzai!mYT password: zhengzai!mYT
database-name: test_ln_scene database-name: dev_ln_scene
# end-dev-这里是配置信息基本值 # end-dev-这里是配置信息基本值
spring: spring:
......
...@@ -6,7 +6,7 @@ spring: ...@@ -6,7 +6,7 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://${liquidnet.mysql.maseter.urlHostAndPort}/${liquidnet.mysql.maseter.database-name}?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://${liquidnet.mysql.master.urlHostAndPort}/${liquidnet.mysql.master.database-name}?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: ${liquidnet.mysql.master.username} username: ${liquidnet.mysql.master.username}
password: ${liquidnet.mysql.master.password} password: ${liquidnet.mysql.master.password}
# 从库数据源 # 从库数据源
......
# begin-dev-这里是配置信息基本值 # begin-dev-这里是配置信息基本值
liquidnet: liquidnet:
cloudConfig: info:
profile: prod port: 7099
security: context:
username: user name: liquidnet-client-admin-web
password: user123 logfile:
eureka: path: ./logs
host: 127.0.0.1:7001 name: client-admin-web
mysql:
master:
urlHostAndPort: 39.106.122.201:3308
username: testmall
password: zhengzai!mYT
database-name: test_ln_scene
slave:
urlHostAndPort: 39.106.122.201:3308
username: testmall
password: zhengzai!mYT
database-name: test_ln_scene
# end-dev-这里是配置信息基本值 # end-dev-这里是配置信息基本值
spring: spring:
profiles: profiles:
include: client-admin-web include:
\ No newline at end of file - druid
- client-admin-web
\ No newline at end of file
# begin-dev-这里是配置信息基本值 # begin-dev-这里是配置信息基本值
liquidnet: liquidnet:
cloudConfig: info:
profile: test port: 7099
security: context:
username: user name: liquidnet-client-admin-web
password: user123 logfile:
eureka: path: ./logs
host: 172.18.0.2:7001 name: client-admin-web
mysql:
master:
urlHostAndPort: zhengzai-test.rwlb.rds.aliyuncs.com:3306
username: zhengzai
password: $hAh4SGcDQ
database-name: test_ln_scene
slave:
urlHostAndPort: zhengzai-test.rwlb.rds.aliyuncs.com:3306
username: zhengzai
password: $hAh4SGcDQ
database-name: test_ln_scene
# end-dev-这里是配置信息基本值 # end-dev-这里是配置信息基本值
spring: spring:
profiles: profiles:
include: client-admin-web include:
\ No newline at end of file - druid
- client-admin-web
\ No newline at end of file
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