mongodb整合,功能优化调整
parent
1d106c9e59
commit
3b0d13dca2
@ -1,17 +0,0 @@
|
||||
package cn.estsh.i3plus.pojo.base.jpa;
|
||||
|
||||
import cn.estsh.i3plus.pojo.base.jpa.factory.BaseRepositoryFactoryBean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
|
||||
|
||||
/**
|
||||
* @Description : 自定义jps接口实现配置说明
|
||||
* @Reference : 现在有平台对持久层进行控制
|
||||
* @Author : alwaysfrin
|
||||
* @CreateDate : 2018-09-13 14:55
|
||||
* @Modify:
|
||||
**/
|
||||
//@Configuration
|
||||
//@EnableJpaRepositories(basePackages = {"cn.estsh.**"}, repositoryFactoryBeanClass = BaseRepositoryFactoryBean.class)//指定自己的工厂类
|
||||
public class JpaConfig {
|
||||
}
|
Loading…
Reference in New Issue