@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @SpringBootApplication @EnableWebSocket @EnableWebSecurity @EnableAsync @EnableCaching @ComponentScan(basePackages={"pl.fhframework","pl.fhframework","${fh.component.scan}"},includeFilters={,}) @EnableFhJpaRepositories(basePackages="${fh.repository.scan}", entityManagerFactoryRef="fhEntityManagerFactory", transactionManagerRef="fhTransactionManager", repositoryFactoryBeanClass=pl.fhframework.fhPersistence.core.repository.BaseRepositoryFactoryBean.class) @EnableAspectJAutoProxy(proxyTargetClass=true, exposeProxy=true) @PropertySource(value="classpath:config/fh-application.properties") public @interface FhApplication
Copyright © 2024. All rights reserved.