|
|
@@ -4,9 +4,9 @@ spring: |
|
|
include: rabbitMQ |
|
|
include: rabbitMQ |
|
|
# JDBC |
|
|
# JDBC |
|
|
datasource: |
|
|
datasource: |
|
|
url: jdbc:mysql://rm-2zen3rya8g4zur77cco.mysql.rds.aliyuncs.com:3306/smart_pos_platform_catering_db?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true |
|
|
|
|
|
username: fmposdb |
|
|
|
|
|
password: fmposdb@2021User |
|
|
|
|
|
|
|
|
url: jdbc:mysql://101.200.130.134:3306:3306/smart_pos_platform_catering_db?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true |
|
|
|
|
|
username: root |
|
|
|
|
|
password: fm2020test |
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
filters: stat |
|
|
filters: stat |
|
|
|