We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901af4e commit 16be5f3Copy full SHA for 16be5f3
src/main/resources/hibernate.cfg.xml
@@ -6,7 +6,7 @@
6
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
7
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/jangosauth</property>
8
<property name="hibernate.connection.username">root</property>
9
- <property name="hibernate.connection.password">root</property>
+ <property name="hibernate.connection.password"></property>
10
<property name="hibernate.show_sql">true</property>
11
<property name="hibernate.query.factory_class">org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory</property>
12
<mapping resource="eu/jangos/auth/model/Account.hbm.xml"/>
0 commit comments