You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clean-parking/src/main/java/egovframework/config/JPAConf/JPAConfig.java

20 lines
608 B
Java

package egovframework.config.JPAConf;//package com.worker.framework.JPAConf;
//
//import com.querydsl.jpa.impl.JPAQueryFactory;
//import jakarta.persistence.EntityManager;
//import jakarta.persistence.PersistenceContext;
//import org.springframework.context.annotation.Bean;
//import org.springframework.context.annotation.Configuration;
//
//@Configuration
//public class JPAConfig {
//
// @PersistenceContext
// private EntityManager em;
//
// @Bean
// public JPAQueryFactory jpaQueryFactory() {
// return new JPAQueryFactory(em);
// }
//}
// 멀티 db 환경으로 conf 수정 수정