Skip to content

Commit

Permalink
removing redundant annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
wowasa committed Mar 21, 2024
1 parent 8a2c3de commit 7d7195f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import jakarta.annotation.PostConstruct;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.cache.annotation.EnableCaching;
Expand All @@ -16,7 +15,6 @@
* The type Curation web application.
*/
@SpringBootApplication
@EnableAutoConfiguration
@ComponentScan({"eu.clarin.cmdi.curation", "eu.clarin.linkchecker.persistence"})
@EnableJpaRepositories(basePackages = "eu.clarin.linkchecker.persistence.repository")
@EntityScan(basePackages = "eu.clarin.linkchecker.persistence.model")
Expand Down

0 comments on commit 7d7195f

Please sign in to comment.