Commit Graph

18 Commits

Author SHA1 Message Date
Harry9656 aefd833c3b
JAVA-31190: Preparation for migrating spring-boot-modules to version 3. (#15834) 2024-02-27 02:49:02 +01:00
ICKostiantyn.Ivanov 7836ee4c17 BAEL-6581 -Drop the "public" keyword on the test methods 2024-02-20 07:48:34 +01:00
ICKostiantyn.Ivanov 059a204e5b BAEL-6581 - Fix formatting issues 2024-02-09 09:39:26 +01:00
ICKostiantyn.Ivanov 6894e31e0d BAEL-6581 - Skip Select Before Insert in Spring Data JPA 2024-02-09 09:34:35 +01:00
rcalago 11f5e0e768
Update README.md 2024-01-19 09:53:03 +08:00
Eugene Kovko c606fc82f4 Bael 7066 (#15515)
* BAEL-7066: Happy path test

* BAEL-7066: Fix the test

* BAEL-7066: Change assume to assert

* BAEL-7066: Ignore Nulls test

* BAEL-7066: Combined tests

* BAEL-7066: Fix a typo and removed smoke tests

* BAEL-7066: Fix formatting

* BAEL-7066: Renamed to Employees

* BAEL-7066: Extract a base test class

* BAEL-7066: Added a skeleton for non absent test

* BAEL-7066: Added absent employee tests

* BAEL-7066: Fix formatting

* BAEL-7066: Empty values test

* BAEL-7066: Moved controllers

* BAEL-7066: Renamed methods

* BAEL-7066: Refactor nonNull tests

* BAEL-7066: Refactor nonEmpty tests

* BAEL-7066: Refactor nonAbsent tests

* BAEL-7066: Renamed the base test

* BAEL-7066: cleanup

* BAEL-7066: Fixed indents
2024-01-01 14:00:36 -08:00
Harpal Singh 179e6e5de2 JAVA-26765: Remove unwanted spaces from xml 2023-11-24 00:13:52 +01:00
Harry9656 0a3b02fd24 JAVA-26765: Update spring-boot-data-3 to new mysql connector 2023-11-21 05:48:43 +01:00
panos-kakos 5b4b808a18 [JAVA-24377] Clean up 2023-09-03 09:18:10 +03:00
edizor 804ec426d1 Update README.md
[skip ci]
2023-04-20 17:43:02 +08:00
Loredana Crusoveanu b01a849724 Merge pull request #13842 from edizor/master
Update README
2023-04-18 13:31:26 +03:00
Azhwani 737430655c BAEL-6110: Fix Spring Data JPA Exception: No Property Found for Type (#13753) 2023-04-16 18:32:18 +02:00
edizor d49b588e04 Update README.md
[skip ci]
2023-04-14 17:10:41 +08:00
Łukasz Włodkowski 2765db78ae [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB. (#13632)
* [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB.

* [BAEL-6165] Add other types of secrets as example

* [BAEL-6165] externalize version to properties

* [BTL-6165] create UserController

---------

Co-authored-by: Lukasz Wlodkowski <lukasz.w@bluestonepim.com>
2023-04-11 20:08:05 +01:00
Anastasios Ioannidis b62ce9f58e JAVA-17429 Upgrade to latest spring-boot-2 (#13480) 2023-02-17 22:17:01 +05:30
sampadawagde 2b5179baba JAVA-13136: Fix formatting of POMs 2022-07-15 09:59:54 +05:30
Asjad J e6d52af6dd Updated README.md
added link back to the article: https://www.baeldung.com/spring-data-jpa-run-app-without-db
2022-06-21 11:19:32 +05:00
Abhinav Pandey a5ddb7dd9c Bael 5543 - Running a spring boot app without DB (#12339)
* BAEL-5543 - Running a spring boot app without db

* BAEL-5543 - Adding authentication properties

* BAEL-5543 - Moving to a new module

* BAEL-5543 - Changing test class name

* BAEL-5543 - Reducing Java version

Co-authored-by: Abhinav Pandey <Abhinav2.Pandey@airtel.com>
2022-06-16 12:58:07 +05:30