# jOOQ-spring-boot-example **Repository Path**: wonray/jOOQ-spring-boot-example ## Basic Information - **Project Name**: jOOQ-spring-boot-example - **Description**: jOOQ示例 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-04 - **Last Updated**: 2021-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Thanks for downloading jOOQ. Please visit http://www.jooq.org for more information. This example was inspired by Petri Kainulainen's excellent blog post: http://www.petrikainulainen.net/programming/jooq/using-jooq-with-spring-configuration/ ... and then modified by @thomasdarimont to show how Spring Boot could be used To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ: ``` $ pwd /path/to/checkout/dir $ ls jOOQ jOOQ-meta jOOQ-codegen ... $ mvn clean install ... $ cd jOOQ-examples/jOOQ-spring-boot-example ... $ mvn clean install ```