Commit Graph

24 Commits

Author SHA1 Message Date
Lukas Eder
b0a8e61929 [jOOQ/jOOQ#12120] Spring Boot example should use
@SpringBootApplication(exclude = { R2dbcAutoConfiguration.class })
2021-07-07 20:13:57 +02:00
Lukas Eder
66e86da28e [jOOQ/jOOQ#11066] Tests failed for jooq-spring-boot-example 2020-12-09 16:51:30 +01:00
Benno Baumgartner
52453ae66e
rollback2.get() is asserted twice
I guess it should assert rollback1 and rollback2 instead.
2018-06-13 10:32:08 +02:00
Raja Kolli
1bfed04dda Update application.properties 2017-07-11 09:33:31 +05:30
Raja Kolli
7b2d3e5b17 fix property
Corrected property name as per spring boot document https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#_customizing_jooq
2017-07-11 09:31:21 +05:30
Michael J. Simons
3a7b1b3e0b Those configuration classes are no longer needed, they are part of the starter 2017-05-31 16:40:32 +02:00
lukaseder
3ab0a499aa [#6287] Overwrite the managed version and remove duplicates 2017-05-29 14:21:34 +02:00
lukaseder
9c198d359b Upgraded Spring Boot again 2017-05-26 17:11:11 +02:00
lukaseder
1ed96d2f18 [#5754] Remove copyright (and dates) from file headers 2017-01-02 17:14:26 +01:00
lukaseder
b641dde50f [#5754] Remove copyright (and dates) from file headers 2017-01-02 17:05:35 +01:00
lukaseder
742b2b129d [#5584] Fix all file headers to be regular comments, not Javadoc 2016-10-07 15:51:44 +02:00
lukaseder
59bbe32ad9 [#5161] Add logback.xml file to jOOQ-spring-boot-example to enable DEBUG logging per default 2016-03-24 11:12:52 +01:00
lukaseder
7f684c3988 Me and dependency injection http://i.imgur.com/zYDPoj7.png 2016-01-08 17:28:43 +01:00
lukaseder
11115c6741 [#4889] Update copyright to 2016 2016-01-04 20:59:08 +01:00
lukaseder
c6a2dc15e0 Removed stale resources in OSS repository 2015-12-15 15:31:13 +01:00
lukaseder
35e9327587 How did this happen...? 2015-12-15 09:59:55 +01:00
lukaseder
cf92bf2979 [#4557] ExceptionTranslator in spring examples shouldn't use dialect.name() for SQLErrorCodeSQLExceptionTranslator 2015-09-16 20:48:15 +02:00
JackG
7f2262c539 Imports cleanup 2015-07-14 11:49:00 +02:00
JackG
1d63c5f9ae Created jOOQ Spring Boot Configuration and moved related classes to config package.
Moved service types to service package.
2015-07-14 11:42:53 +02:00
lukaseder
246a7261ed [#4349] The trial / pro license is accidentally delivered with the Open Source Edition 2015-06-03 11:00:55 +02:00
Thomas Darimont
89655b3ca4 Upgrade Spring Boot version to 1.2.3.
Simplified Spring Boot Configuration.
Upgraded jOOQ version to 3.5.4.
2015-04-15 19:54:17 +02:00
Lukas Eder
0d04edf326 Capitalise spring boot project 2014-10-14 10:24:02 +02:00
Lukas Eder
0469811769 [#3662] Added jOOQ-example for Spring Boot 2014-10-13 11:01:45 +02:00
Thomas Darimont
33f6b2864f Added jOOQ-example for Spring Boot. 2014-10-03 14:09:31 +02:00