Showing
2 changed files
with
24 additions
and
0 deletions
@@ -12,5 +12,17 @@ spring: | @@ -12,5 +12,17 @@ spring: | ||
12 | password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= | 12 | password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= |
13 | driver-class-name: com.mysql.jdbc.Driver | 13 | driver-class-name: com.mysql.jdbc.Driver |
14 | 14 | ||
15 | + yhSocial: | ||
16 | + url: jdbc:mysql://read.social.yohoops.org:3306/yh_social?useUnicode=true&characterEncoding=UTF-8 | ||
17 | + username: yh_vpc_bak | ||
18 | + password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= | ||
19 | + driver-class-name: com.mysql.jdbc.Driver | ||
20 | + | ||
21 | + yhCms: | ||
22 | + url: jdbc:mysql://read.yhcms.yohoops.org:3306/yh_cms?useUnicode=true&characterEncoding=UTF-8 | ||
23 | + username: yh_vpc_bak | ||
24 | + password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= | ||
25 | + driver-class-name: com.mysql.jdbc.Driver | ||
26 | + | ||
15 | logging: | 27 | logging: |
16 | config: classpath:logback-boot.xml | 28 | config: classpath:logback-boot.xml |
@@ -12,5 +12,17 @@ spring: | @@ -12,5 +12,17 @@ spring: | ||
12 | password: 9nm0icOwt6bMHjMusIfMLw== | 12 | password: 9nm0icOwt6bMHjMusIfMLw== |
13 | driver-class-name: com.mysql.jdbc.Driver | 13 | driver-class-name: com.mysql.jdbc.Driver |
14 | 14 | ||
15 | + yhSocial: | ||
16 | + url: jdbc:mysql://192.168.102.219:3306/yh_social?useUnicode=true&characterEncoding=UTF-8 | ||
17 | + username: yh_test | ||
18 | + password: 9nm0icOwt6bMHjMusIfMLw== | ||
19 | + driver-class-name: com.mysql.jdbc.Driver | ||
20 | + | ||
21 | + yhCms: | ||
22 | + url: jdbc:mysql://192.168.102.17:3306/yh_cms?useUnicode=true&characterEncoding=UTF-8 | ||
23 | + username: root | ||
24 | + password: Z5BMngayHLUxyWLSv6+koA== | ||
25 | + driver-class-name: com.mysql.jdbc.Driver | ||
26 | + | ||
15 | logging: | 27 | logging: |
16 | config: classpath:logback-boot.xml | 28 | config: classpath:logback-boot.xml |
-
Please register or login to post a comment