diff --git a/src/main/resources/hibernate.cfg.xml b/src/main/resources/hibernate.cfg.xml new file mode 100644 index 0000000..1fbf1fd --- /dev/null +++ b/src/main/resources/hibernate.cfg.xml @@ -0,0 +1,74 @@ + + + + + + + com.mysql.cj.jdbc.Driver + + jdbc:mysql://XX.XX.XX.XX:3306/luckyframedb?useUnicode=true&characterEncoding=utf8&useSSL=false + true + utf-8 + + luckyframe + + luckyframe + + org.hibernate.connection.C3P0ConnectionProvider + + 50 + + 50 + + 10 + + 1800 + + 20 + 30 + 10 + true + SELECT 1 + true + false + true + + org.hibernate.dialect.MySQLInnoDBDialect + + update + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file