123456789101112131415161718192021222324 |
- dbDialect = org.hibernate.dialect.MySQL5Dialect
- dbUrl = jdbc:mysql://172.17.116.7:3308/xms?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC
- #dbDialect = org.hibernate.dialect.MySQL8Dialect
- #dbUrl = jdbc:mysql://localhost:13306/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
- #extVersion = 1.0.1125
- patchVersion = 1
- gafVersion = 3.1.311
- enableRule = true
- enableExt = true
- enableActuator = false
- # Specifies the JVM arguments used for the daemon process.
- # The setting is particularly useful for tweaking memory settings.
- # Default value: -Xmx10248m -XX:MaxPermSize=256m
- org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
- org.gradle.parallel=true
|