Skip to content

Commit e7410bd

Browse files
Copilothmiguim
andcommitted
Fix EntityScan in RODA.java to include Job and Report entity package
Co-authored-by: hmiguim <1252710+hmiguim@users.noreply.github.com>
1 parent 1cdde7b commit e7410bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • roda-ui/roda-wui/src/main/java/org/roda/wui

roda-ui/roda-wui/src/main/java/org/roda/wui/RODA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
UserDetailsServiceAutoConfiguration.class})
2424
@ComponentScan(basePackages = {"org.roda.*"})
2525
@EnableJpaRepositories(basePackages = "org.roda.core.repository")
26-
@EntityScan(basePackages = "org.roda.core.entity")
26+
@EntityScan(basePackages = {"org.roda.core.entity", "org.roda.core.data.v2.jobs"})
2727
@ServletComponentScan
2828
@EnableScheduling
2929
public class RODA {

0 commit comments

Comments
 (0)