Commit f9e59938 by Java-于龙

Update jdbc.properties

parent 51839277
jdbc.driver=com.mysql.jdbc.Driver jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://#{systemEnvironment[systemEnvironment['DB_SERVICE_NAME'].replace('-','_').toUpperCase()+"_SERVICE_HOST"]}:#{systemEnvironment[systemEnvironment['DB_SERVICE_NAME'].replace('-','_').toUpperCase()+"_SERVICE_PORT"]}/#{systemEnvironment['MYSQL_DATABASE']}?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull jdbc.url=jdbc:mysql://#{systemEnvironment[systemEnvironment['DB_SERVICE_NAME'].replace('-','_').toUpperCase()+"_SERVICE_HOST"]}:#{systemEnvironment[systemEnvironment['DB_SERVICE_NAME'].replace('-','_').toUpperCase()+"_SERVICE_PORT"]}/#{systemEnvironment['MYSQL_DATABASE']}?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
jdbc.username=#{systemEnvironment['MYSQL_USERNAME']} jdbc.username=#{systemEnvironment['MYSQL_USER']}
jdbc.password=#{systemEnvironment['MYSQL_PASSWORD']} jdbc.password=#{systemEnvironment['MYSQL_PASSWORD']}
#jdbc.url=jdbc:mysql://127.0.0.1:3306/ejweb?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull #jdbc.url=jdbc:mysql://127.0.0.1:3306/ejweb?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment