1234567891011121314 |
- dbDialect = org.hibernate.dialect.MySQL5Dialect
- # dbUrl = jdbc:mysql://localhost:3306/gaf3?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC
- dbUrl = jdbc:mysql://127.0.0.1:3306/xms?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC
- dbUser = root
- dbPwd = 123456
- dbDriver = com.mysql.cj.jdbc.Driver
- systemProp.repoPath = /var/repo
- # custom build config, would replace by environment variable
- splitJars = false
- buildVersion = 1.1.1316
- patchVersion = 1
- gafVersion = 3.1.311
- xmsVersion = 1.1.1316
|