This commit is contained in:
2024-05-09 22:52:11 +08:00
parent 1694a58029
commit 394991611d
8 changed files with 121 additions and 28 deletions

View File

@@ -6,9 +6,9 @@
<persistence-unit name="z_im">
<shared-cache-mode>ALL</shared-cache-mode>
<properties>
<property name="javax.persistence.jdbc.url" value="jdbc:mysql://47.111.150.118:6063/z_im"/>
<property name="javax.persistence.jdbc.user" value="vsport"/>
<property name="javax.persistence.jdbc.password" value="*Zhong123098!"/>
<property name="javax.persistence.jdbc.url" value="jdbc:mysql://47.106.237.198:3306/z_im"/>
<property name="javax.persistence.jdbc.user" value="u_im"/>
<property name="javax.persistence.jdbc.password" value="u_im@2024"/>
</properties>
</persistence-unit>