Hi Scott, Spring Boot works no differently from ordinary Maven setups, except that it helps you pull in the right versions of third party software. As you can see in the Spring Boot documentation, you're essentially just configuring the vanilla jOOQ code generator: https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-jooq.html
For data type binding configurations, see the jOOQ manual here: http://www.jooq.org/doc/latest/manual/code-generation/custom-data-type-bindings Hope this helps. Let me know if you have any additional questions about details. Cheers Lukas 2016-04-15 14:47 GMT+02:00 <[email protected]>: > I have a custom data binder to handle conversion between Joda DateTime and > sql Timestamp in my spring boot application. How would I go about > registering the binder so jooq can use it? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
