We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bee47 commit e87a025Copy full SHA for e87a025
1 file changed
src/main/java/cat/udl/eps/softarch/tfgfinder/config/DBInitialization.java
@@ -7,6 +7,7 @@
7
import cat.udl.eps.softarch.tfgfinder.repository.InterestRepository;
8
import cat.udl.eps.softarch.tfgfinder.repository.ProposalRepository;
9
import cat.udl.eps.softarch.tfgfinder.repository.UserRepository;
10
+import cat.udl.eps.softarch.tfgfinder.repository.AdminRepository;
11
import org.springframework.beans.factory.annotation.Value;
12
import org.springframework.context.annotation.Configuration;
13
import jakarta.annotation.PostConstruct;
0 commit comments