This commit is contained in:
2023-06-20 00:59:19 +08:00
parent 9129ce1ae1
commit e120f015a0
2 changed files with 3 additions and 3 deletions

View File

@@ -6,9 +6,9 @@
<persistence-unit name="redbbs" transaction-type="RESOURCE_LOCAL">
<shared-cache-mode>ALL</shared-cache-mode>
<properties>
<property name="javax.persistence.jdbc.url" value="jdbc:mysql://120.27.215.82:6063"/>
<property name="javax.persistence.jdbc.url" value="jdbc:mysql://127.0.0.1:3306"/>
<property name="javax.persistence.jdbc.user" value="root"/>
<property name="javax.persistence.jdbc.password" value="*Zhong123098!"/>
<property name="javax.persistence.jdbc.password" value="123456"/>
</properties>
</persistence-unit>