| 12345678910111213141516171819202122232425 |
- #MySQL
- hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
- validationQuery.sqlserver=SELECT 1
- # \u5185\u7F51 rm-uf6nd2264lfy0pmci.mysql.rds.aliyuncs.com
- # \u5916\u7F51 rm-uf6nd2264lfy0pmcibo.mysql.rds.aliyuncs.com
- #jdbc.url.jeecg=jdbc:mysql://rm-uf6nd2264lfy0pmcibo.mysql.rds.aliyuncs.com:3306/meidu2021?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
- #jdbc.username.jeecg=app
- #jdbc.password.jeecg=Mdapp2021$
- jdbc.url.jeecg=jdbc:mysql://localhost:3306/meidu2021?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
- jdbc.username.jeecg=root
- jdbc.password.jeecg=root
- #jdbc.url.jeecg=jdbc:mysql://rm-uf6nd2264lfy0pmcibo.mysql.rds.aliyuncs.com:3306/meidu2021?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
- #jdbc.username.jeecg=dba
- #jdbc.password.jeecg=Meidu2021$
- #jdbc.url.jeecg=jdbc:mysql://47.103.126.35:3306/meidu2021?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
- #jdbc.username.jeecg=root
- #jdbc.password.jeecg=1
- jdbc.dbType=mysql
- #\u66F4\u65B0|\u521B\u5EFA|\u9A8C\u8BC1\u6570\u636E\u5E93\u8868\u7ED3\u6784|\u4E0D\u4F5C\u6539\u53D8 \u9ED8\u8BA4update(create,validate,none)
- hibernate.hbm2ddl.auto=none
|