|
@@ -1,5 +1,5 @@
|
|
|
# datasource config
|
|
|
-spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_test?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true
|
|
|
+spring.datasource.url=jdbc:mysql://localhost:3306/exam_cloud_kf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true
|
|
|
spring.datasource.username=root
|
|
|
spring.datasource.password=root
|
|
|
spring.jpa.hibernate.ddl-auto=update
|