File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
curation-web/src/main/java/eu/clarin/cmdi/curation/web Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 33import jakarta .annotation .PostConstruct ;
44import org .springframework .beans .factory .annotation .Autowired ;
55import org .springframework .boot .SpringApplication ;
6- import org .springframework .boot .autoconfigure .EnableAutoConfiguration ;
76import org .springframework .boot .autoconfigure .SpringBootApplication ;
87import org .springframework .boot .autoconfigure .domain .EntityScan ;
98import org .springframework .cache .annotation .EnableCaching ;
1615 * The type Curation web application.
1716 */
1817@ SpringBootApplication
19- @ EnableAutoConfiguration
2018@ ComponentScan ({"eu.clarin.cmdi.curation" , "eu.clarin.linkchecker.persistence" })
2119@ EnableJpaRepositories (basePackages = "eu.clarin.linkchecker.persistence.repository" )
2220@ EntityScan (basePackages = "eu.clarin.linkchecker.persistence.model" )
You can’t perform that action at this time.
0 commit comments