Skip to content

Commit

Permalink
Merge branch 'master' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
GodCipher committed May 29, 2024
2 parents e734cbf + 6e481e6 commit 710c18c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
@EnableCaching
@EnableConfigurationProperties(DatabaseProperties.class)
@EnableJpaRepositories(basePackages = {"dev.luzifer.data.repository"})
@ComponentScan(basePackages = {"dev.luzifer.data"})
@ComponentScan(basePackages = {"dev.luzifer.data", "dev.luzifer.spring"})
@EntityScan(basePackages = {"dev.luzifer.data.entity"})
public class PaladinsApplication {}

0 comments on commit 710c18c

Please sign in to comment.