hibernate xml property mysql url 2c username and password

Solutions on MaxInterview for hibernate xml property mysql url 2c username and password by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "hibernate xml property mysql url 2c username and password"
Ilaria
17 Oct 2018
1<property name="connection.url">jdbc:mysql://localhost/database</property>
2<property name="connection.username">root</property>
3<property name="connection.password">password</property>