Commit Graph

58 Commits

Author SHA1 Message Date
amit.pandey
c03b88763e used properties defined in parent pom 2020-07-12 00:06:27 +05:30
Krzysztof Woyke
5aa84fee1a JAVA-1644: Remove overriden spring-boot.version property 2020-06-03 09:00:03 +02:00
mikr
3b3aa601aa BAEL-1524 Change http into https 2020-05-21 12:08:11 +02:00
mikr
3d3d53e356 BAEL-1524 Put back HikariCP 2020-05-16 17:21:28 +02:00
mikr
f0a11000fc BAEL-1524 Put back HikariCP 2020-05-16 17:17:21 +02:00
mikr
2f06b7a98a BAEL-1524 Split spring-boot-persistence module 2020-05-09 14:56:21 +02:00
Dhawal Kapil
4ca94cc692 BAEL-21545 POM Properties Cleanup
- Fixed unit test issue in spring-boot-persistence module
2020-01-27 17:17:40 +05:30
Dhawal Kapil
7daccf46a9 BAEL-21545 POM Properties Cleanup
- Cleanup of persistence-modules submodules cleanup
2020-01-27 00:40:23 +05:30
Sam Millington
3615560dc0 moved persistence context article files (#8389)
* moved persistence context article files

* Moved test

* added spring boot dependencies
2019-12-16 18:04:29 +00:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
devender.kumar
2a4e2b8606 Review commnet changes 2019-11-17 20:36:06 +01:00
devender.kumar
0be4d8d330 Break long line into smaller 2019-11-11 17:40:38 +01:00
devender.kumar
d5242a54fe Remove controller 2019-11-11 08:01:08 +01:00
devender.kumar
8206c58066 Remove controller 2019-11-11 07:57:48 +01:00
devender.kumar
762edde588 added more test cases 2019-11-02 21:40:55 +01:00
devender.kumar
0417044630 Fix typo 2019-10-30 23:16:56 +01:00
devender.kumar
ac173957bd Fix typo 2019-10-30 23:07:43 +01:00
devender.kumar
bcff4425a6 Fix typo 2019-10-30 22:40:54 +01:00
devender.kumar
b36a4cc38e Fix typo 2019-10-30 22:37:56 +01:00
devender.kumar
dc95c488bb Persistance context example 2019-10-30 17:44:40 +01:00
Alessio Stalla
f22fddfdb3 #BAEL-10229 Fix the build (specify the Spring version in the ethereum module and restore Spring Boot version 2.1.7 in the spring-boot-persistence module) 2019-10-27 09:59:48 +01:00
Loredana Crusoveanu
bdef982420 Merge pull request #7486 from amit2103/BAEL-16045-17
[BAEL-16045] - Check Article Code Matches GitHub for https://www.bael…
2019-10-14 22:22:24 +03:00
Amit Pandey
b0c1efdb7c [BAEL-14836] - Moved code for in-memory database article (#7705) 2019-09-02 14:28:58 -06:00
Harsha Veeravalli
cefb7e496e Testcase feedback incorporated (#1)
* Change

* Incorporated feedback
2019-08-08 13:48:37 +02:00
amit2103
eea20faf08 [BAEL-16045] - Check Article Code Matches GitHub for https://www.baeldung.com/spring-boot-configure-data-source-programmatic article 2019-08-03 23:24:53 +05:30
harshavs
e35a8023ea Fixed Test file names as per convention 2019-08-03 00:11:01 -04:00
harshavs
e30f8c6714 Fixed Test file names as per convention 2019-08-02 09:49:19 -04:00
harshavs
29adc66375 Fixed formating and removed unused files 2019-08-02 02:56:36 -04:00
harshavs
8c7ca1f3a2 Added test cases that use @Sql, @SqlConfig and @SqlGroup 2019-08-02 01:50:19 -04:00
Krzysztof Majewski
51a9d7b0d6 BAEL-2799 (#6904)
* BAEL-2799

* constructor name fix

* method name fix

* add database

* fix tests
2019-05-07 10:34:15 -06:00
amit2103
aacd8866b0 [BAEL-14249] - POM Properties Cleanup 2019-05-06 00:34:04 +05:30
Krzysztof Majewski
ccd28428f3 Bael 2799 (#6849)
* BAEL-2799

* fix import lombok

* move to proper module

* filename fix

* filename fix

* fix tests

* fix test methods

* fix test methods
2019-05-03 22:33:45 -06:00
Dave Crane
56d2e3c594 corrected test to pull in profile-based config, fixe app cntext startup issues 2019-04-15 21:03:51 +01:00
sheryllresulta
ea9461efad Update README.MD 2019-04-09 21:41:26 +08:00
Paul Latzelsperger
c9211557bd BAEL-2803 (#6640)
* added sample code for eval article

* BAEL-2803 Sample Code

* updated tests, repo method names

* moved sources for BAEL-2803 here

* removed dependencies introduced by BAEL-2803

* re-added sources

* moved code to new module

* removed eval article code
2019-04-02 12:13:24 -07:00
Loredana
b8af6bec2b fix multiple sql files test 2019-03-29 23:40:03 +02:00
amit2103
4195b7e406 [BAEL-10897] - Fixed tomcat connection pool issue and CarRepositoryIntegrationTest 2019-03-29 00:24:14 +05:30
amit2103
0b7d4a4d64 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-10897 2019-03-29 00:08:00 +05:30
beardyinc
07b62fd912 BAEl 2803 (#6574)
* BAEL-2803 Sample Code

* updated tests, repo method names

* moved sources for BAEL-2803 here

* removed dependencies introduced by BAEL-2803

* re-added sources

* renamed test methods according to BDD
2019-03-26 19:41:42 -07:00
amit2103
3e926d56be [BAEL-10897] - Fixed spring-boot-persistence tests 2019-03-24 22:37:08 +05:30
KevinGilmore
b7c1092460 BAEL-2711: Add spring-boot-angular module to pom.xml (#6492)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article

* BAEL-2711: Add spring-boot-angular module to root pom

* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles
2019-03-16 17:56:54 -05:00
dionisPrifti
b3fc27088b Bael 2709 (#6527)
* BAEL-2709: Implementing example for Spring Boot Hibernate.

* BAEL-2709: Changed test name.
2019-03-14 21:55:45 +02:00
Surapaneni Venkata Kiran
4a0810acc8 BAEL-2575 : Disable auto configuration of data source (#6513) 2019-03-11 22:49:24 -05:00
dionisPrifti
6cd8c51b4d BAEL-2709: Implementing example for Spring Boot Hibernate. (#6478) 2019-03-11 14:43:15 +02:00
sheryllresulta
072e2232b0 Update README.MD 2019-02-28 17:00:45 +08:00
collaboratewithakash
ab0d05758c Back-link added 2019-02-05 17:09:01 +05:30
Alejandro Gervasio
c7a8627f10 BAEL-2545 - Configuring a DataSource Programatically in Spring Boot (#6139)
* Initial Commit

* Update UserRepositoryIntegrationTest.java

* Update UserRepositoryIntegrationTest
2019-01-20 10:52:39 -06:00
eric-martin
c19558f420 BAEL-2521: Moving LocalDateConverter to java-jpa 2019-01-19 18:38:13 -06:00
KevinGilmore
98c9d22151 BAEL-2335 and BAEL-2413 README updates (#6152)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD
2019-01-17 20:06:22 -06:00
mherbaghinyan
6202b7caab localdate converter 2019-01-10 15:18:21 +04:00