@Configuration
@ConfigurationProperties(prefix="spacex.core")
@ConditionalOnProperty(name="spacex.core.enable",
havingValue="true",
matchIfMissing=true)
@EntityScan(value="io.uok.spacex.core.domain")
public class CoreConfig
extends Object
| 构造器和说明 |
|---|
CoreConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<DictionaryDAO,DictionaryDO,Long> |
dictionaryDAO() |
org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<DictionaryItemDAO,DictionaryItemDO,Long> |
dictionaryItemDAO() |
DictionarySV |
dictionarySV() |
com.querydsl.jpa.impl.JPAQueryFactory |
jpaQueryFactory() |
SpringContextHolder |
springContextHolder() |
@Bean public com.querydsl.jpa.impl.JPAQueryFactory jpaQueryFactory()
@Bean public SpringContextHolder springContextHolder()
@Bean public org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<DictionaryDAO,DictionaryDO,Long> dictionaryDAO()
@Bean public org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<DictionaryItemDAO,DictionaryItemDO,Long> dictionaryItemDAO()
@Bean public DictionarySV dictionarySV()
Copyright © 2019. All rights reserved.