diff --git a/platform/src/main/resources/conf/db.properties b/platform/src/main/resources/conf/db.properties index 4ea3d27..24af2e6 100644 --- a/platform/src/main/resources/conf/db.properties +++ b/platform/src/main/resources/conf/db.properties @@ -1,8 +1,8 @@ #\u6570\u636e\u5e93:oracle postgre db_type=mysql -mysql.jdbcUrl=jdbc:mysql://192.168.3.6:3306/nanyang_dev?characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&serverTimezone=UTC&useSSL=false +mysql.jdbcUrl=jdbc:mysql://localhost:3306/nanyang_prod?characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&serverTimezone=UTC&useSSL=false mysql.user=root -mysql.password=Whuhjw2017 +mysql.password=root mysql.driverClass = com.mysql.cj.jdbc.Driver -- libgit2 0.21.2