|
@@ -2,6 +2,7 @@ package com.persagy.dmp.dic;
|
|
|
|
|
|
import com.persagy.common.criteria.CriteriaUtils;
|
|
|
import com.persagy.common.criteria.JpaUtils;
|
|
|
+import com.persagy.dmp.common.SpringUtils;
|
|
|
import com.querydsl.jpa.impl.JPAQueryFactory;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -46,5 +47,8 @@ public class DicApp {
|
|
|
return new JpaUtils(entityManager);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+ @Bean
|
|
|
+ public SpringUtils springUtils() {
|
|
|
+ return new SpringUtils();
|
|
|
+ }
|
|
|
}
|