This commit is contained in:
parent
b83c0d5e9e
commit
796111d525
@ -22,7 +22,7 @@ public class HibernateConfig {
|
|||||||
if (sessionFactory == null) {
|
if (sessionFactory == null) {
|
||||||
try {
|
try {
|
||||||
logger.info("Initializing Hibernate SessionFactory");
|
logger.info("Initializing Hibernate SessionFactory");
|
||||||
Dotenv dotenv = Dotenv.load();
|
Dotenv dotenv = org.camelia.studio.gachamelia.utils.Configuration.getInstance().getDotenv();
|
||||||
|
|
||||||
Properties props = new Properties();
|
Properties props = new Properties();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user