Commit Graph

27 Commits

Author SHA1 Message Date
collaboratewithakash c99962d10a
backlink updated 2024-01-27 13:16:38 +05:30
Amit Pandey 8e1e357c9d Java 29169 :- Upgrade spring-jdbc to Spring Boot 3 (#15423) 2023-12-28 16:54:32 +02:00
Harpal Singh 179e6e5de2 JAVA-26765: Remove unwanted spaces from xml 2023-11-24 00:13:52 +01:00
Harry9656 8a98a730c6 JAVA-26765: Update persistence-modules/spring-jdbc to new mysql connector 2023-11-21 22:14:39 +01:00
edizor af59c6a539 Update README.md
[skip ci]
2023-09-29 22:53:50 +08:00
parthiv39731 66bfe0102b BAEL-6880, How to replace deprecated jdbcTemplate.queryForObject and jdbcTemplate.query in spring boot 2.4.X and above 2023-09-12 10:12:53 -07:00
edizor 65d3062872 Update README.md
[skip ci]
2023-02-17 17:22:14 +08:00
Azhwani db4f473262 BAEL-5742: Fix EmptyResultDataAccessException when using Jdbctemplate (#13338) 2023-02-09 19:10:51 +01:00
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