[BAEL-17495] - Add README descriptions 11 (#7861)
* [BAEL-17495] - Add README descriptions 11 * Changed wording for the REST modules
This commit is contained in:
committed by
Josh Cummings
parent
af75e04e50
commit
9f18b6bcbe
@@ -1,8 +1,9 @@
|
||||
=========
|
||||
## Spring REST Query Language
|
||||
|
||||
## REST Example Project Query Language
|
||||
This module contains articles about the REST query language with Spring
|
||||
|
||||
### Courses
|
||||
|
||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||
|
||||
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
||||
@@ -16,15 +17,11 @@ The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
||||
- [REST Query Language with RSQL](http://www.baeldung.com/rest-api-search-language-rsql-fiql)
|
||||
- [REST Query Language – Implementing OR Operation](http://www.baeldung.com/rest-api-query-search-or-operation)
|
||||
|
||||
|
||||
|
||||
|
||||
### Build the Project
|
||||
```
|
||||
mvn clean install
|
||||
```
|
||||
|
||||
|
||||
### Set up MySQL
|
||||
```
|
||||
mysql -u root -p
|
||||
|
||||
Reference in New Issue
Block a user