Class InitLegacySingletonsApplicationRunner

  • All Implemented Interfaces:
    org.springframework.boot.ApplicationRunner

    @Component
    @Order(1)
    public class InitLegacySingletonsApplicationRunner
    extends Object
    implements org.springframework.boot.ApplicationRunner
    • Constructor Detail

      • InitLegacySingletonsApplicationRunner

        public InitLegacySingletonsApplicationRunner()
    • Method Detail

      • run

        public void run​(org.springframework.boot.ApplicationArguments args)
        Specified by:
        run in interface org.springframework.boot.ApplicationRunner