Class DummyDataSeeding


  • @Configuration
    @Profile("dev")
    public class DummyDataSeeding
    extends java.lang.Object
    Setups data for development.
    • Constructor Detail

      • DummyDataSeeding

        public DummyDataSeeding()
    • Method Detail

      • init

        @Bean
        public org.springframework.boot.ApplicationRunner init​(GroupService groupService,
                                                               FileInfoService fileInfoService,
                                                               FileRepository fileRepository,
                                                               DirectoryService directoryService)
        Initializes application runner.
        Parameters:
        groupService - group service
        fileInfoService - file info service
        fileRepository - connection to the MinIO file repository
        directoryService - directory service
        Returns:
        an ApplicationRunner