fix: 修复遗漏的 backend-single 引用(Java源码/前端注释/配置文件/IDE配置)
This commit is contained in:
Generated
+2
-2
@@ -32,7 +32,7 @@
|
||||
<driver-ref>mysql.8</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<imported>true</imported>
|
||||
<remarks>$PROJECT_DIR$/backend-single/src/main/resources/application-local.yml</remarks>
|
||||
<remarks>$PROJECT_DIR$/server/src/main/resources/application-local.yml</remarks>
|
||||
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:mysql://localhost:3306/?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true</jdbc-url>
|
||||
<jdbc-additional-properties>
|
||||
@@ -46,7 +46,7 @@
|
||||
<driver-ref>mysql.8</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<imported>true</imported>
|
||||
<remarks>$PROJECT_DIR$/backend-single/src/main/resources/application-prod.yml</remarks>
|
||||
<remarks>$PROJECT_DIR$/server/src/main/resources/application-prod.yml</remarks>
|
||||
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:mysql://101.200.208.45:3306/emotion_museum?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true</jdbc-url>
|
||||
<jdbc-additional-properties>
|
||||
|
||||
Reference in New Issue
Block a user