Browse Source

fix neupos

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
a846ceb600
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      mallinkNeuPosAdmin/src/main/resources/application-prod.yml

+ 3
- 3
mallinkNeuPosAdmin/src/main/resources/application-prod.yml View File

@@ -3,9 +3,9 @@ spring:
include: aliyunRocketMQ
# JDBC
datasource:
url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true
username: ENC(nUefcxWYlMS/1cDxikIKwA==)
password: ENC(neToS+hzeFjgSFB/7UEl5qYnW2rUjrPq)
url: jdbc:mysql://rm-2zen3rya8g4zur77c.mysql.rds.aliyuncs.com:3306/smart_pos_platform_catering_db?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true
username: fmposdb
password: fmposdb@2021User
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
filters: stat


Loading…
Cancel
Save