Commit Graph

278 Commits

Author SHA1 Message Date
Krzysztof Woyke 304a6fb6cc JAVA-1526: Copy three @Value related articles to spring-boot-properties-2 2020-05-20 15:51:11 +02:00
Krzysztof Woyke c4101d7df7 JAVA-1526: Fix test configuration 2020-05-20 14:50:33 +02:00
Krzysztof Woyke 8afe64de3e JAVA-1526: Remove spring-boot-json-properties from spring-boot-properties 2020-05-20 14:37:43 +02:00
Krzysztof Woyke 5ab3de4965 JAVA-1526: Copy spring-boot-json-properties to spring-boot-properties-2 2020-05-20 13:36:48 +02:00
Josh Cummings 3b10c3065e Merge pull request #9314 from kwoyke/JAVA-1643
JAVA-1643: Align Spring Boot versions used in articles and in the repo
2020-05-19 19:44:48 -06:00
Josh Cummings 07576ef07b Update README.md
Issue BAEL-3751
2020-05-19 19:24:45 -06:00
kwoyke eb739e3ab2 BAEL-3745: Update spring-boot-modules pom.xml (#9316) 2020-05-19 22:30:01 +02:00
kwoyke 7bc07fdac9 BAEL-4069: Add example of using @Value with constructor/setter (#9318) 2020-05-19 21:59:55 +02:00
Josh Cummings 6654e97820 Merge pull request #9189 from lukaszrys/feature/BAEL-3751_ci_cd
Feature/bael 3751 ci cd
2020-05-18 21:57:18 -06:00
Krzysztof Woyke 4ab92fd3fc JAVA-1643: Align Spring Boot versions used in articles and in the repo 2020-05-18 21:35:09 +02:00
Lukasz Rys 34bdc3f6cd [BAEL-3751]: Move spring-boot-ci-cd module under spring-boot-modules 2020-05-17 13:10:44 +02:00
kwoyke 832b32210c BAEL-3745: Implement PropertySourceFactory to load YAML files (new module) (#9307) 2020-05-17 12:59:16 +02:00
priyank-sriv 8d79b7c5d6 unit test renamed 2020-05-16 17:20:15 +05:30
Dhawal Kapil 0a7e62c9d3 Merge pull request #9027 from dkapil/task/JAVA-991
JAVA-991 Week 14 | Do we have any Spring Milestone/RC repos defined?
2020-05-16 13:35:34 +05:30
sasam0320 c72b2846d5 BAEL 3234 - Add missing code snippets (#9285) 2020-05-16 10:03:47 +02:00
Sampada 708e85ce38 BAEL-3493: Spring REST Docs vs OpenAPI (#9295) 2020-05-15 13:37:36 -07:00
priyank-sriv faf562e821 add basic usage as test 2020-05-16 01:34:34 +05:30
Loredana Crusoveanu b45a712f6a Merge pull request #9276 from johnA1331/master
BAEL-24104 - add links to github-baeldung articles
2020-05-15 15:15:19 +03:00
priyank-sriv f304437ed8 retry after secomds 2020-05-14 02:26:46 +05:30
priyank-sriv 911f840af5 some cleanup 2020-05-13 23:24:55 +05:30
priyank-sriv 34bbce7995 refactor to move pricing plan logic out into a separate class 2020-05-13 23:19:54 +05:30
sasam0320 020837fa2f BAEL 3234 - Add missing code snippets from the Spring Properties article (#9280) 2020-05-13 11:09:41 +02:00
priyank-sriv 1b5a64c4a4 bucket4j spring boot starter 2020-05-13 01:59:03 +05:30
priyank-sriv 4e45b8f44e spring mvc using interceptor 2020-05-13 01:58:40 +05:30
priyank-sriv e8c383d10f area api impl 2020-05-13 01:58:05 +05:30
priyank-sriv 167655d659 add bucket4j deps 2020-05-13 01:56:55 +05:30
johnA1331 58d3914002 Update README.md 2020-05-12 14:57:01 +08:00
johnA1331 7b80e93607 Merge branch 'master' into master 2020-05-07 11:05:00 +08:00
sasam0320 fb5b157ce4 Add missing code snippets (#9228) 2020-05-06 05:28:28 +02:00
johnA1331 01dc9eec8d Create README.md 2020-05-05 17:03:15 +08:00
Eric Martin e65cfc7bd0 Merge pull request #9179 from alimate/BAEL-3993
BAEL-3993: Added Trailing slash to Fix the Relative Path Bug
2020-04-30 21:44:05 -05:00
sampadawagde aec4ed2d5c JAVA-928: Migrate property-exp-default-config to parent-boot-2 2020-04-28 18:20:23 +05:30
Thomas Turrell-Croft 1077dc82a5 Fix tests to check for forward to index 2020-04-28 14:15:41 +02:00
Thomas Turrell-Croft 7241496289 Fix controllers to use Post/Redirect/Get
Forms should use Post/Redirect/Get pattern.
2020-04-27 18:44:09 +02:00
sampadawagde e24cc4d7b0 JAVA-926: Upgraded spring boot version 2020-04-27 11:34:36 +05:30
Dhawal Kapil 5c73062dab Merge pull request #9176 from sampada07/JAVA-913
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-04-26 13:04:01 +05:30
Ali Dehghani b6996fbc05 Added Trailing slash to Fix the Relative Path Bug 2020-04-25 22:55:00 +04:30
sampadawagde fab18f2126 JAVA-926: Migrate spring-boot-custom-starter to parent-boot-2 2020-04-25 18:12:08 +05:30
Eric Martin ed8bdf0cb5 Merge pull request #9158 from johnA1331/master
github-related test fix - BAEL-23872
2020-04-23 19:34:01 -05:00
Mona Mohamadinia 28de9f4997 Added Log Group Sample (#9112) 2020-04-22 17:07:18 +01:00
johnA1331 8c151edb1e Update README.md 2020-04-21 12:36:40 +08:00
Josh Cummings 43c715d949 Merge pull request #9133 from amit2103/JAVA-1278-1
Java 1278 1
2020-04-18 22:58:12 -06:00
amit.pandey c540674c18 update source code to sync with article 2020-04-18 21:00:01 +05:30
amit.pandey 0f851a1d84 update source code to sync with article 2020-04-18 20:57:13 +05:30
Josh Cummings 748fa91464 Merge pull request #9083 from amit2103/JAVA-1192
Java 1192
2020-04-17 10:39:01 -06:00
Josh Cummings 7178f731f1 Merge pull request #8971 from patkorek/BAEL-3920
[BAEL-3920] Postman Collection to test GraphQL endpoints
2020-04-15 10:02:52 -06:00
Dhawal Kapil 87dcc4a600 Merge pull request #9073 from Maiklins/JAVA-1225-
Java-1225
2020-04-15 14:59:11 +05:30
amit.pandey d76fdbbe14 Merge branch 'JAVA-1164' into JAVA-1192 2020-04-12 00:05:00 +05:30
amit.pandey 5b88ab42df sync source code with article 2020-04-12 00:01:36 +05:30
mikr a6e5f78a48 JAVA-1225 Add dependency to Hibernate Code 2020-04-10 23:59:34 +02:00
Kai Yuan 7e26a04973 springboot shedlock building fix 2020-04-10 09:24:15 +02:00
mikr ad889f6bcd JAVA-117 Standardize spring-boot-modules 2020-04-04 21:47:45 +02:00
mikr 641956f87d JAVA-117 Standardize spring-boot-modules/spring-boot-gradle 2020-04-04 21:16:51 +02:00
mikr 2d0f2c171b JAVA-117 Standardize spring-boot-modules/spring-boot-client 2020-04-04 20:40:09 +02:00
mikr 487d6b38fc JAVA-117 Standardize spring-boot-modules/spring-boot 2020-04-04 20:24:48 +02:00
Dhawal Kapil ca16e787e9 JAVA-991 Week 14 | Do we have any Spring Milestone/RC repos defined?
- Removed spring milestone/snapshots repositories from modules
2020-04-04 11:42:54 +05:30
patkorek 405831d3da changed tabs to spaces 2020-03-31 07:36:44 +02:00
Mona Mohamadinia 1734250d97 Added the Static Resource Examples (#8786) 2020-03-30 18:14:37 +01:00
Eric Martin e2cdccff28 Merge pull request #8974 from sk1418/master
[BAEL-3934]shedlock update
2020-03-29 18:52:16 -05:00
Kai Yuan c6f71e7ac7 [BAEL-3934]shedlock update 2020-03-29 00:24:41 +01:00
Josh Cummings eae0791dcb Merge pull request #8917 from aurasphere/JAVA-22_spring_boot_rest_refactoring
[JAVA-22] Moved articles not in ebook from spring-boot-rest to spring…
2020-03-28 15:24:35 -06:00
Josh Cummings 898c7c0618 Merge pull request #8946 from aurasphere/JAVA-969_spring-boot-mvc-2-springfox
[JAVA-969] Added JCenter repository for missing springfox dependency
2020-03-28 01:32:13 -06:00
Josh Cummings af3e4351df Merge pull request #8972 from kwoyke/JAVA-1098
JAVA-1098: Add code for the Spring Boot Exit Codes
2020-03-28 00:46:46 -06:00
Donato Rimenti c2c26425aa [JAVA-969] Added JCenter repository for missing springfox dependency 2020-03-27 21:04:50 +01:00
Eric Martin c52aab9879 Merge pull request #8945 from johnA1331/master
BAEL-23068
2020-03-27 12:38:58 -05:00
Konstantinos Karavitis f03374a805 [BAEL-3913] Prevent Application / CommandLineRunner classes from executing during JUnit testing (#8920)
* kkaravitis@gmail.com hexagonal architecture in java

* Removed evaluation article code

* Removed evaluation article code

* [BAEL-3913] Initial commit for prevent commandline application runner execution during JUnit test article

* [BAEL-3913] Fixed broken lines format and reduced the test method names length

* [BAEL-3913] Fixed broken lines format
2020-03-26 17:57:09 +00:00
Krzysztof Woyke 071a86a223 JAVA-1098: Add code for the Spring Boot Exit Codes 2020-03-26 15:12:26 +01:00
patkorek b7ea20cf99 Postman Collection to test GraphQL endpoints 2020-03-26 12:02:03 +01:00
johnA1331 c3976ffa90 Update README.MD 2020-03-24 14:53:24 +08:00
Donato Rimenti 609e2c5c1b Merge remote-tracking branch 'upstream/master' into JAVA-22_spring_boot_rest_refactoring 2020-03-23 13:52:56 +01:00
johnA1331 f0373c1fbb Delete README.md 2020-03-23 19:01:02 +08:00
johnA1331 102d8ee3a3 Delete README.md 2020-03-23 18:58:04 +08:00
johnA1331 89b01e2908 Update README.md 2020-03-23 18:53:56 +08:00
johnA1331 9240a08f5a Delete README.md 2020-03-23 18:37:23 +08:00
johnA1331 54a4a3655e Delete README.md 2020-03-23 18:29:09 +08:00
Loredana Crusoveanu 0ed7b7dbeb Merge pull request #8933 from amit2103/JAVA-1007-2
pom formatting
2020-03-22 10:16:56 +02:00
Josh Cummings 09bbe12e42 Merge pull request #8929 from kwoyke/JAVA-86-DELETE
JAVA-86: Remove migrated code from old modules
2020-03-21 22:40:10 -06:00
Josh Cummings 63a14ce5ca Merge pull request #8911 from kwoyke/JAVA-86
JAVA-86: Create spring-boot-basic-customization module
2020-03-21 22:37:25 -06:00
amit.pandey ee8d7adb8e formatted pom.xml file 2020-03-22 07:24:38 +05:30
Krzysiek cd10d206da JAVA-86: Remove spring-boot-favicon 2020-03-21 16:31:39 +01:00
Krzysiek 9c102b2b87 JAVA-86: Remove spring-boot-exit-codes 2020-03-21 16:27:30 +01:00
Krzysiek a5ee0d6b6f JAVA-86: Remove spring-boot-add-filter 2020-03-21 16:23:58 +01:00
Krzysiek 802d1d3b90 JAVA-86: Remove spring-boot-custom-error-page 2020-03-21 16:19:54 +01:00
Krzysiek 3f21f970b8 JAVA-86: Remove spring-boot-failure-analyzer 2020-03-21 16:13:59 +01:00
Krzysiek 4f8cb3cf37 JAVA-86: Remove spring-boot-custom-banners 2020-03-21 16:10:02 +01:00
Krzysiek 2129f59ee2 JAVA-86: Remove spring-boot-change-port 2020-03-21 16:06:29 +01:00
Krzysiek 1022c706a4 JAVA-1088: Move java-generating-barcodes-qr-codes into spring-boot-libraries module 2020-03-20 23:49:49 +01:00
Donato Rimenti 2261dd80d4 [JAVA-22] Moved articles not in ebook from spring-boot-rest to spring-boot-mvc-2 2020-03-19 19:39:47 +01:00
Krzysiek a7e146e5d1 JAVA-86: Add spring-boot-basic-customization to the pom.xml 2020-03-18 21:04:46 +01:00
johnA1331 231a181804 Update README.md 2020-03-18 14:24:22 +08:00
johnA1331 0af09bf2c1 Update README.md 2020-03-18 13:36:41 +08:00
johnA1331 4616c3d389 Update README.md 2020-03-18 13:28:15 +08:00
johnA1331 18fdd2b6aa Update README.md 2020-03-18 13:14:22 +08:00
johnA1331 2c04d86977 Update README.md 2020-03-18 12:28:35 +08:00
Loredana Crusoveanu e072772bb6 Merge pull request #8899 from johnA1331/master
BAEL-23038
2020-03-17 16:01:51 +02:00
johnA1331 71b2a9308f Update README.md 2020-03-17 19:10:55 +08:00
johnA1331 e478767d6a Update README.md 2020-03-17 19:10:07 +08:00
Krzysiek e8eba5fe3d JAVA-86: spring-boot-favicon 2020-03-15 21:46:59 +01:00
Krzysiek b19dbb9c20 JAVA-86: spring-boot-add-filter 2020-03-15 20:36:28 +01:00
Krzysiek 7b7f988f88 JAVA-86: spring-boot-main-class 2020-03-15 20:30:42 +01:00