Skip to content

Commit

Permalink
Merge pull request eugenp#7833 from sjmillington/readme-7
Browse files Browse the repository at this point in the history
[BAEL-17491] README descriptions 7
  • Loading branch information
maibin authored Oct 1, 2019
2 parents fe1d719 + 9346659 commit ef0b154
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 16 deletions.
4 changes: 4 additions & 0 deletions spring-cloud-bus/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Spring Cloud Bus

This module contains articles about Spring Cloud Bus

### Relevant articles

- [Spring Cloud Bus](http://www.baeldung.com/spring-cloud-bus)
4 changes: 2 additions & 2 deletions spring-cloud-cli/README.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 0 additions & 2 deletions spring-cloud-data-flow/README.MD

This file was deleted.

4 changes: 4 additions & 0 deletions spring-cloud-data-flow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Spring Cloud Data Flow

This module contains modules about Spring Cloud Data Flow

3 changes: 3 additions & 0 deletions spring-cloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Spring Cloud

This module contains modules about Spring Cloud
5 changes: 5 additions & 0 deletions spring-core-2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Spring Core

This module contains articles about core Spring functionality

## Relevant Articles:

- [Understanding getBean() in Spring](https://www.baeldung.com/spring-getbean)
- [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)
5 changes: 5 additions & 0 deletions spring-core/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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 articles: [[next -->]](/spring-core-2)

4 changes: 4 additions & 0 deletions spring-cucumber/README.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 4 additions & 0 deletions spring-data-rest-querydsl/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 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)
28 changes: 16 additions & 12 deletions spring-data-rest/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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)

4 changes: 4 additions & 0 deletions spring-dispatcher-servlet/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit ef0b154

Please sign in to comment.