Class SchemaFixRunner

java.lang.Object
com.example.demo.db.SchemaFixRunner
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Component public class SchemaFixRunner extends Object implements org.springframework.boot.CommandLineRunner
A one-time component designed to fix common database schema issues encountered when using JPA with certain database dilects, it uses alot of spring boots code so check their doc to learn more