gradle.properties 534 B

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