Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Oct 13, 2023
1 parent 9b3c10b commit d37d3b2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions jooq/src/main/resources/META-INF/spring/jooq-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,8 @@
<property name="password" value="${db.password}"/>
</bean>

<bean id="transactionAwareDataSource"
class="org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy">
<constructor-arg ref="dataSource"/>
</bean>

<bean class="org.jooq.impl.DataSourceConnectionProvider" name="connectionProvider">
<constructor-arg ref="transactionAwareDataSource"/>
<constructor-arg ref="dataSource"/>
</bean>

<bean id="dsl" class="org.jooq.impl.DefaultDSLContext">
Expand Down

0 comments on commit d37d3b2

Please sign in to comment.