Class ImportControlBootstrap

java.lang.Object
com.raphaelsalles.backend.infra.config.bootstrap.ImportControlBootstrap
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Configuration public class ImportControlBootstrap extends Object implements org.springframework.boot.CommandLineRunner
Bootstrap de Controle de Importação.

Propósito: Inicializar a tabela de controle de importação com registros padrão, se necessário.

  • Field Details

  • Constructor Details

  • Method Details

    • run

      public void run(String... args)
      Verifica e inicializa controles de importação.
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner