Asjad J
eb6eba8575
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-jdbc-batch-inserts
2022-08-25 18:29:34 +05:00
Elmar Mammadov
e4c941c0dd
BAEL-5545: fixed import organization
2022-07-30 14:30:07 +02:00
Elmar Mammadov
95211496d2
BAEL-5545: fixed import organization
2022-07-30 14:27:43 +02:00
Elmar Mammadov
5ea3e49db0
BAEL-5545: moved batch performance related classes into existing spring-jdbc module
2022-07-26 22:47:47 +02:00
chaos2418
686857c251
JAVA-8435: reducing logging for tutorials-integration job
2021-11-20 09:45:50 +05:30
Shashank
b63d7cc057
autogen key code cleanup
2021-10-15 08:58:53 +05:30
sampadawagde
ae27c57803
JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3)
2021-05-10 20:06:48 +05:30
johnA1331
8f28017782
Update README.md
2020-10-28 17:05:43 +08:00
johnA1331
3f049c51b5
Update README.md
2020-10-28 17:01:07 +08:00
johnA1331
c8bd5248ed
Update README.md
2020-10-28 15:45:12 +08:00
Loredana
5a05897688
revert explicit junit, maven version overrides for boot projects
2020-10-14 16:16:17 +03:00
Dhawal Kapil
952e7d3a0d
Merge pull request #10080 from dupirefr/team/JAVA-2590-jdbctest_annotation
...
[JAVA-2590] Added example of @JdbcTest usage
2020-09-24 00:31:23 +05:30
François Dupire
68287516fe
[JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions ( #10018 )
...
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions
* Upgraded JUnit version for persistence-module and the modules that directly depends on it
* Upgraded Maven Surefire Plugin version for these as well
* Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules
* Upgraded versions in other modules
* [JAVA-1669] Removed explicit relativePath in pom.xml when default value used
* [JAVA-1669] Minor fix
2020-09-23 23:40:21 +05:30
fdpro
a2751ea0d5
[JAVA-2590] Added example of @JdbcTest usage
2020-09-23 19:31:59 +02:00
François Dupire
0acc6a25e1
[JAVA-2306] Fixed failing integration test ( #9999 )
2020-09-10 20:57:24 +05:30
fdpro
3b41d6352d
[JAVA-2306] Moved last article to spring-jdbc
2020-09-02 20:22:44 +02:00
fdpro
910bda6ef1
[JAVA-2306] Fixed READMEs
...
* spring-jpa-2
* spring-data-jpa-repo-2
* spring-data-jpa-query-2
* spring-jdbc
* spring-persistence-simple
2020-09-02 20:22:44 +02:00
fdpro
eb4c306451
[JAVA-2306] Moved articles from spring-persistence-simple-2
...
* https://www.baeldung.com/spring-jdbctemplate-testing went to spring-jdbc
* https://www.baeldung.com/spring-jdbctemplate-in-list went to spring-jdbc
* https://www.baeldung.com/spring-mock-jndi-datasource went to spring-persistence-simple
* Deleted spring-persistence-simple-2 module as all articles have been moved
2020-09-02 20:22:44 +02:00
fdpro
4e4ac650fa
[JAVA-2306] Moved articles from spring-persistence-simple
...
* https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa went into spring-jpa-2
* https://www.baeldung.com/hibernate-5-spring went to spring-jpa-2
* https://www.baeldung.com/transaction-configuration-with-jpa-and-spring went to spring-jpa-2
* https://www.baeldung.com/persistence-layer-with-spring-and-hibernate went to spring-jpa-2
* https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics went to spring-jpa-2
* https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa went to spring-data-jpa-repo-2
* https://www.baeldung.com/spring-data-jpa-query went to spring-data-jpa-query-2
* https://www.baeldung.com/spring-jdbc-jdbctemplate moved to spring-jdbc
* Removed spring-persistence-simple module as all articles have been moved
2020-09-02 20:22:44 +02:00