No hura :))
Ale ten kod, to je takovej humus velebnosti, to neexistuje nejaka cesta, jak konfiguraci placnout do nejakeho konfiguraku?:
.withJdbc(new Jdbc() //2
.withDriver("org.postgresql.Driver") //3
.withUrl("jdbc:postgresql://127.0.0.1:5432/fxguidedb") //4
.withUser("fxguide") //5
.withPassword("fxguide")) //6
.withGenerator(new Generator() //7
.withDatabase(new Database() //8
.withName("org.jooq.util.postgres.PostgresDatabase") //9
.withIncludes("udaje.*") //10
.withExcludes("") //11
.withInputSchema("public")) //12
.withTarget(new Target() //13
.withPackageName("jfxapp") //14
.withDirectory(""))); //15
SpringBoot ti nic takoveho nedoporucuje ani te do toho nenuti.
http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html
Existuje, viz: http://www.jooq.org/doc/3.5/manual/code-generation/codegen-programmatic/
Nemyslím, že je to úplně špatný nápad, může se to hodit, když si chci rychle s něčím hrát a nechce se mi studovat jak je sepsaný konfigurák.