Commit Graph

33 Commits

Author SHA1 Message Date
sampadawagde 7becd6bdda JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 1) 2021-05-13 22:45:35 +05:30
Gerardo Roza 42ca93dbbf added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests for spring-boot module 2021-01-19 15:44:33 -03:00
Loredana Crusoveanu 698185a55b remove files left after move 2020-12-26 10:22:35 +02:00
kwoyke 83535bf123 BAEL-3689: Add missing code examples (#10282) 2020-11-27 11:22:00 +01:00
kwoyke c3cd93fcdb JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE (#9985)
* JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE

* JAVA-2563: Downgrade spring-cloud-connectors-heroku to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Add joda-time version

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Use MongoClients factory instead of MongoClient directly

* JAVA-2563: Downgrade spring-5-data-reactive to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Switch back to default bootstrap mode for JPA

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Switch from ServerHttpRequest to ServerWebExchange interface

* JAVA-2563: Use OutputCaptureRule instead of OutputCapture

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Fix Jackson dependency

* JAVA-2563: Fix ManualEmbeddedMongoDbIntegrationTest

* JAVA-2563: Replace validation-api with spring-boot-starter-validation

* JAVA-2563: Fix usage of deprecated getErrorAttributes method

* JAVA-2563: Downgrade spring-data-cassandra-reactive to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Set spring.datasource.generate-unique-name to false in spring-session-jdbc
2020-09-11 18:19:02 +05:30
Sampada e0ebf5904f JAVA-84: Move articles out of spring-boot part 1 (#9950)
* JAVA-84: Moved 1 article to spring-boot-actuator

* JAVA-84: Moved 2 articles to spring-boot-mvc

* JAVA-84: README changes for spring-boot module

* JAVA-84: Moved classes to com.baeldung pkg to correct compilation issue
2020-08-31 20:41:47 +05:30
sampadawagde 5749d7ad23 JAVA-84: Moved 1 article to spring-boot-testing 2020-08-28 17:57:38 +05:30
sampadawagde 52721a78d6 JAVA-84: Moved 3 articles to spring-boot-libraries 2020-08-28 17:56:09 +05:30
sampadawagde 544c366753 JAVA-84: Moved 1 article to spring-boot-di 2020-08-28 17:54:52 +05:30
Krzysiek c748e81723 JAVA-17: Move Running Setup Data on Startup in Spring into spring-boot-data 2020-07-31 22:02:44 +02:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
johnA1331 01dc9eec8d Create README.md 2020-05-05 17:03:15 +08: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
mikr ad889f6bcd JAVA-117 Standardize spring-boot-modules 2020-04-04 21:47:45 +02:00
mikr 487d6b38fc JAVA-117 Standardize spring-boot-modules/spring-boot 2020-04-04 20:24:48 +02:00
patkorek 405831d3da changed tabs to spaces 2020-03-31 07:36:44 +02: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
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
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
Greg Martin 9e969516f3 Moved the code samples for BeanDefinitionOverrideException to a new module. 2020-03-07 14:54:23 -05:00
kwoyke 68ddd13015 JAVA-853: Move remaining spring-boot into spring-boot-modules (#8778)
* JAVA-853: Move remaining spring-boot into spring-boot-modules

* JAVA-853: Update README

* JAVA-853: Fix relativePath attributes in spring-boot-parent/* modules
2020-02-28 12:39:07 +11:00
sampada 93770e684a BAEL-15988 : application.properties changes 2020-02-11 10:53:27 +05:30
sampada 2cc05b370b BAEL-15988 : Java file movement 2020-02-11 10:52:06 +05:30
sampada eeacffa08d BAEL-15988 : all README files 2020-02-11 10:41:13 +05:30
sampada f41b219d93 BAEL-15988 : pom files 2020-02-11 10:39:59 +05:30
Priyesh Mashelkar 6dcb329bbc BAEL-3499 Moved code to spring-boot-properties (#8643) 2020-02-09 23:27:55 +01:00
mikr 06161e1bae BAEL-20869 Move remaining spring boot modules 2020-02-02 20:44:54 +01:00