-
- All Implemented Interfaces:
@Component()@Profile(value = {"apiserver"})@EnableWebMvc()@EnableCaching() public final class ApiServer
-
-
Field Summary
Fields Modifier and Type Field Description private final Loggerlogger
-
Constructor Summary
Constructors Constructor Description ApiServer()
-
Method Summary
Modifier and Type Method Description final LoggergetLogger()final CommandLineRunnercommandLineRunner()final UnitprintMissingTableAndColumnStatements()-
-
Method Detail
-
getLogger
final Logger getLogger()
-
commandLineRunner
@Bean() final CommandLineRunner commandLineRunner()
-
printMissingTableAndColumnStatements
final Unit printMissingTableAndColumnStatements()
-
-
-
-