Merge pull request #7833 from sjmillington/readme-7
[BAEL-17491] README descriptions 7
This commit is contained in:
commit
ef0b154642
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
This is an aggregator module for Spring Cloud Data Flow modules.
|
|
@ -0,0 +1,4 @@
|
|||
## Spring Cloud Data Flow
|
||||
|
||||
This module contains modules about Spring Cloud Data Flow
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
## Spring Cloud
|
||||
|
||||
This module contains modules about Spring Cloud
|
|
@ -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)
|
||||
|
|
|
@ -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 articles: [[next -->]](/spring-core-2)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue