You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SudhaGanesanAkilandam Please confirm if your issue has been resolved. If we don't hear back in 30 days, we will assume it's fixed and close the issue. Thank you.
Our sample java Application uses DB.
How to configure ?
I configured like this but it is not working properly
database.driver=com.mysql.jdbc.Driver
database.url=jdbc:mysql://$DB_HOST:$DB_PORT/$DB_NAME
database.username=$DB_MASTER_USERNAME
database.password=$DB_MASTER_PASSWORD
hibernate.dialect=org.hibernate.dialect.MySQLDialect
hibernate.show_sql=false.
The text was updated successfully, but these errors were encountered: