From a4686004be0653836f0996a50bb6fd195feac2c6 Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Thu, 19 Sep 2019 17:55:15 +0100 Subject: [PATCH 1/5] [BAEL-17491] README descriptions 7 --- spring-cloud-bus/README.md | 4 ++++ spring-cloud-cli/README.md | 4 ++-- spring-cloud-data-flow/README.MD | 2 -- spring-cloud-data-flow/README.md | 4 ++++ spring-cloud/README.md | 3 +++ spring-core-2/README.md | 4 ++++ spring-core/README.md | 5 +++++ spring-cucumber/README.md | 4 ++++ spring-data-rest-querydsl/README.md | 4 ++++ spring-data-rest/README.md | 28 ++++++++++++++++------------ spring-dispatcher-servlet/README.md | 4 ++++ 11 files changed, 50 insertions(+), 16 deletions(-) delete mode 100644 spring-cloud-data-flow/README.MD create mode 100644 spring-cloud-data-flow/README.md create mode 100644 spring-cloud/README.md diff --git a/spring-cloud-bus/README.md b/spring-cloud-bus/README.md index c5410ca4e2..82f2dbba63 100644 --- a/spring-cloud-bus/README.md +++ b/spring-cloud-bus/README.md @@ -1,3 +1,7 @@ +## Spring Cloud Bus + +This modules contains articles about Spring Cloud Bus + ### Relevant articles - [Spring Cloud Bus](http://www.baeldung.com/spring-cloud-bus) diff --git a/spring-cloud-cli/README.md b/spring-cloud-cli/README.md index 7f29be3f07..99df3ddbad 100644 --- a/spring-cloud-cli/README.md +++ b/spring-cloud-cli/README.md @@ -1,6 +1,6 @@ -========= - ## Spring Cloud CLI +This module contains articles about Spring Cloud CLI + ### Relevant Articles: - [Introduction to Spring Cloud CLI](http://www.baeldung.com/spring-cloud-cli) diff --git a/spring-cloud-data-flow/README.MD b/spring-cloud-data-flow/README.MD deleted file mode 100644 index f2ab96de2c..0000000000 --- a/spring-cloud-data-flow/README.MD +++ /dev/null @@ -1,2 +0,0 @@ - -This is an aggregator module for Spring Cloud Data Flow modules. diff --git a/spring-cloud-data-flow/README.md b/spring-cloud-data-flow/README.md new file mode 100644 index 0000000000..40e1db6840 --- /dev/null +++ b/spring-cloud-data-flow/README.md @@ -0,0 +1,4 @@ +## Spring Cloud Data Flow + +This module contains modules about Spring Cloud Data Flow + diff --git a/spring-cloud/README.md b/spring-cloud/README.md new file mode 100644 index 0000000000..1cc9d9d3cf --- /dev/null +++ b/spring-cloud/README.md @@ -0,0 +1,3 @@ +## Spring Cloud + +This module contains modules about Spring Cloud \ No newline at end of file diff --git a/spring-core-2/README.md b/spring-core-2/README.md index 113bbe9c83..4a53c60b0d 100644 --- a/spring-core-2/README.md +++ b/spring-core-2/README.md @@ -1,3 +1,7 @@ +## Spring Core + +This module contains articles about Core Spring Functionality + ## Relevant Articles: - [Understanding getBean() in Spring](https://www.baeldung.com/spring-getbean) diff --git a/spring-core/README.md b/spring-core/README.md index 3ff3f1ea41..018012a927 100644 --- a/spring-core/README.md +++ b/spring-core/README.md @@ -1,3 +1,7 @@ +## Spring Core + +This module contains articles about Core Spring Functionality + ### Relevant Articles: - [Wiring in Spring: @Autowired, @Resource and @Inject](http://www.baeldung.com/spring-annotations-resource-inject-autowire) - [Constructor Injection in Spring with Lombok](http://www.baeldung.com/spring-injection-lombok) @@ -9,4 +13,5 @@ - [Spring Application Context Events](https://www.baeldung.com/spring-context-events) - [What is a Spring Bean?](https://www.baeldung.com/spring-bean) - [Spring PostConstruct and PreDestroy Annotations](https://www.baeldung.com/spring-postconstruct-predestroy) +- [more...](/spring-core-2) diff --git a/spring-cucumber/README.md b/spring-cucumber/README.md index 1e506f3a09..0638ff777a 100644 --- a/spring-cucumber/README.md +++ b/spring-cucumber/README.md @@ -1,2 +1,6 @@ +## Spring Cucumber + +This module contains articles about Spring testing with Cucumber + ### Relevant Articles: - [Cucumber Spring Integration](http://www.baeldung.com/cucumber-spring-integration) diff --git a/spring-data-rest-querydsl/README.md b/spring-data-rest-querydsl/README.md index 03b5fee06a..88efaff35e 100644 --- a/spring-data-rest-querydsl/README.md +++ b/spring-data-rest-querydsl/README.md @@ -1,2 +1,6 @@ +## Spring Data REST Querydsl + +This module contains articles about Spring Data REST Querydsl + ### Relevant Articles: - [REST Query Language Over Multiple Tables with Querydsl Web Support](http://www.baeldung.com/rest-querydsl-multiple-tables) diff --git a/spring-data-rest/README.md b/spring-data-rest/README.md index 4b89a24bbc..b12590e5e5 100644 --- a/spring-data-rest/README.md +++ b/spring-data-rest/README.md @@ -1,9 +1,21 @@ +## Spring Data REST + +This module contains articles about Spring Data REST + +### Relevant Articles: +- [Introduction to Spring Data REST](http://www.baeldung.com/spring-data-rest-intro) +- [Guide to Spring Data REST Validators](http://www.baeldung.com/spring-data-rest-validators) +- [Working with Relationships in Spring Data REST](http://www.baeldung.com/spring-data-rest-relationships) +- [AngularJS CRUD Application with Spring Data REST](http://www.baeldung.com/angularjs-crud-with-spring-data-rest) +- [Projections and Excerpts in Spring Data REST](http://www.baeldung.com/spring-data-rest-projections-excerpts) +- [Spring Data REST Events with @RepositoryEventHandler](http://www.baeldung.com/spring-data-rest-events) +- [Customizing HTTP Endpoints in Spring Data REST](https://www.baeldung.com/spring-data-rest-customize-http-endpoints) +- [Spring Boot with SQLite](https://www.baeldung.com/spring-boot-sqlite) +- [Spring Data Web Support](https://www.baeldung.com/spring-data-web-support) + ### The Course The "REST With Spring" Classes: http://bit.ly/restwithspring -# About this project -This project contains examples from the [Introduction to Spring Data REST](http://www.baeldung.com/spring-data-rest-intro) article from Baeldung. - # Running the project The application uses [Spring Boot](http://projects.spring.io/spring-boot/), so it is easy to run. You can start it any of a few ways: * Run the `main` method from `SpringDataRestApplication` @@ -13,12 +25,4 @@ The application uses [Spring Boot](http://projects.spring.io/spring-boot/), so i # Viewing the running application To view the running application, visit [http://localhost:8080](http://localhost:8080) in your browser -### Relevant Articles: -- [Guide to Spring Data REST Validators](http://www.baeldung.com/spring-data-rest-validators) -- [Working with Relationships in Spring Data REST](http://www.baeldung.com/spring-data-rest-relationships) -- [AngularJS CRUD Application with Spring Data REST](http://www.baeldung.com/angularjs-crud-with-spring-data-rest) -- [Projections and Excerpts in Spring Data REST](http://www.baeldung.com/spring-data-rest-projections-excerpts) -- [Spring Data REST Events with @RepositoryEventHandler](http://www.baeldung.com/spring-data-rest-events) -- [Customizing HTTP Endpoints in Spring Data REST](https://www.baeldung.com/spring-data-rest-customize-http-endpoints) -- [Spring Boot with SQLite](https://www.baeldung.com/spring-boot-sqlite) -- [Spring Data Web Support](https://www.baeldung.com/spring-data-web-support) + diff --git a/spring-dispatcher-servlet/README.md b/spring-dispatcher-servlet/README.md index a93993679f..3954d4df5a 100644 --- a/spring-dispatcher-servlet/README.md +++ b/spring-dispatcher-servlet/README.md @@ -1,3 +1,7 @@ +## Spring DispatcherServlet + +This module contains articles about Spring DispatcherServlet + ## Relevant articles: - [An Intro to the Spring DispatcherServlet](http://www.baeldung.com/spring-dispatcherservlet) From 5e1c8406fd67f09d4f852057245e7e2d9a755fa0 Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Thu, 19 Sep 2019 17:57:14 +0100 Subject: [PATCH 2/5] minor edits --- spring-cloud-bus/README.md | 2 +- spring-core-2/README.md | 2 +- spring-core/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud-bus/README.md b/spring-cloud-bus/README.md index 82f2dbba63..9c33353a24 100644 --- a/spring-cloud-bus/README.md +++ b/spring-cloud-bus/README.md @@ -1,6 +1,6 @@ ## Spring Cloud Bus -This modules contains articles about Spring Cloud Bus +This module contains articles about Spring Cloud Bus ### Relevant articles diff --git a/spring-core-2/README.md b/spring-core-2/README.md index 4a53c60b0d..2f2ca7b351 100644 --- a/spring-core-2/README.md +++ b/spring-core-2/README.md @@ -1,6 +1,6 @@ ## Spring Core -This module contains articles about Core Spring Functionality +This module contains articles about core Spring functionality ## Relevant Articles: diff --git a/spring-core/README.md b/spring-core/README.md index 018012a927..c3c770a856 100644 --- a/spring-core/README.md +++ b/spring-core/README.md @@ -1,6 +1,6 @@ ## Spring Core -This module contains articles about Core Spring Functionality +This module contains articles about core Spring functionality ### Relevant Articles: - [Wiring in Spring: @Autowired, @Resource and @Inject](http://www.baeldung.com/spring-annotations-resource-inject-autowire) From f58a1aaf0f1a7f15b06dd3d766572f5e1590e7d7 Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Fri, 20 Sep 2019 15:48:38 +0100 Subject: [PATCH 3/5] Added next/prev links --- spring-core-2/README.md | 1 + spring-core/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-core-2/README.md b/spring-core-2/README.md index 2f2ca7b351..936c93b460 100644 --- a/spring-core-2/README.md +++ b/spring-core-2/README.md @@ -8,3 +8,4 @@ This module contains articles about core Spring functionality - [Exploring the Spring BeanFactory API](http://www.baeldung.com/spring-beanfactory) - [How to use the Spring FactoryBean?](http://www.baeldung.com/spring-factorybean) - [Spring – Injecting Collections](http://www.baeldung.com/spring-injecting-collections) +- More articles: [[<-- prev]](/spring-core) diff --git a/spring-core/README.md b/spring-core/README.md index c3c770a856..f90e84121d 100644 --- a/spring-core/README.md +++ b/spring-core/README.md @@ -13,5 +13,5 @@ This module contains articles about core Spring functionality - [Spring Application Context Events](https://www.baeldung.com/spring-context-events) - [What is a Spring Bean?](https://www.baeldung.com/spring-bean) - [Spring PostConstruct and PreDestroy Annotations](https://www.baeldung.com/spring-postconstruct-predestroy) -- [more...](/spring-core-2) +- More articles: [[next -->]](/spring-core-2) From 6b18970f6e3febe797115b55a3486f6862f97533 Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Wed, 25 Sep 2019 16:21:38 +0100 Subject: [PATCH 4/5] updated Querysdl --- spring-data-rest-querydsl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-rest-querydsl/README.md b/spring-data-rest-querydsl/README.md index 88efaff35e..be47d05f8d 100644 --- a/spring-data-rest-querydsl/README.md +++ b/spring-data-rest-querydsl/README.md @@ -1,6 +1,6 @@ ## Spring Data REST Querydsl -This module contains articles about Spring Data REST Querydsl +This module contains articles about Querydsl with Spring Data REST ### Relevant Articles: - [REST Query Language Over Multiple Tables with Querydsl Web Support](http://www.baeldung.com/rest-querydsl-multiple-tables) From 9346659bbfaedc4804335e3864ccd94c512c370e Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Fri, 27 Sep 2019 15:23:20 +0100 Subject: [PATCH 5/5] re-run failing test --- spring-cloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud/README.md b/spring-cloud/README.md index 1cc9d9d3cf..2727aec08c 100644 --- a/spring-cloud/README.md +++ b/spring-cloud/README.md @@ -1,3 +1,3 @@ -## Spring Cloud +## Spring Cloud This module contains modules about Spring Cloud \ No newline at end of file