Authored by chaogeng

添加数据源配置

... ... @@ -12,5 +12,17 @@ spring:
password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
driver-class-name: com.mysql.jdbc.Driver
yhSocial:
url: jdbc:mysql://read.social.yohoops.org:3306/yh_social?useUnicode=true&characterEncoding=UTF-8
username: yh_vpc_bak
password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
driver-class-name: com.mysql.jdbc.Driver
yhCms:
url: jdbc:mysql://read.yhcms.yohoops.org:3306/yh_cms?useUnicode=true&characterEncoding=UTF-8
username: yh_vpc_bak
password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
driver-class-name: com.mysql.jdbc.Driver
logging:
config: classpath:logback-boot.xml
\ No newline at end of file
... ...
... ... @@ -12,5 +12,17 @@ spring:
password: 9nm0icOwt6bMHjMusIfMLw==
driver-class-name: com.mysql.jdbc.Driver
yhSocial:
url: jdbc:mysql://192.168.102.219:3306/yh_social?useUnicode=true&characterEncoding=UTF-8
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
driver-class-name: com.mysql.jdbc.Driver
yhCms:
url: jdbc:mysql://192.168.102.17:3306/yh_cms?useUnicode=true&characterEncoding=UTF-8
username: root
password: Z5BMngayHLUxyWLSv6+koA==
driver-class-name: com.mysql.jdbc.Driver
logging:
config: classpath:logback-boot.xml
\ No newline at end of file
... ...