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 cae7e73 commit 41d239aCopy full SHA for 41d239a
src/main/kotlin/com/shardis/init/DbInitializer.kt
@@ -15,7 +15,7 @@ import javax.transaction.Transactional
15
16
@Transactional
17
@Component
18
-class DbInitializer(
+open class DbInitializer(
19
val permissionRepository: PermissionRepository,
20
val roleRepository: RoleRepository,
21
val userRepository: UserRepository,
0 commit comments