[BAEL-17496] - Add README descriptions 12 (#7862)
* [BAEL-17496] - Add README descriptions 12 * Small changes
This commit is contained in:
parent
9f18b6bcbe
commit
2a381c38aa
@ -1,3 +1,7 @@
|
|||||||
|
## Spring REST Simple
|
||||||
|
|
||||||
|
This module contains articles about REST APIs in Spring
|
||||||
|
|
||||||
## Relevant articles:
|
## Relevant articles:
|
||||||
|
|
||||||
- [Guide to UriComponentsBuilder in Spring](http://www.baeldung.com/spring-uricomponentsbuilder)
|
- [Guide to UriComponentsBuilder in Spring](http://www.baeldung.com/spring-uricomponentsbuilder)
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
## Spring REST Example Project
|
## Spring RestTemplate
|
||||||
|
|
||||||
|
This module contains articles about Spring RestTemplate
|
||||||
|
|
||||||
### The Course
|
### The Course
|
||||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
|
## Spring Roo
|
||||||
|
|
||||||
|
This module contains articles about Spring Roo
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
[Quick Guide to Spring Roo](http://www.baeldung.com/spring-roo)
|
[Quick Guide to Spring Roo](http://www.baeldung.com/spring-roo)
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
## Spring Security ACL Project
|
## Spring Security ACL
|
||||||
|
|
||||||
|
This module contains articles about Spring Security ACL
|
||||||
|
|
||||||
### Relevant Articles
|
### Relevant Articles
|
||||||
- [Introduction to Spring Security ACL](http://www.baeldung.com/spring-security-acl)
|
- [Introduction to Spring Security ACL](http://www.baeldung.com/spring-security-acl)
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
|
## Spring Security Angular
|
||||||
|
|
||||||
|
This module contains articles about Spring Security with Angular
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Spring Security Login Page with Angular](https://www.baeldung.com/spring-security-login-angular)
|
- [Spring Security Login Page with Angular](https://www.baeldung.com/spring-security-login-angular)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=========
|
|
||||||
|
|
||||||
## Spring Security Cache Control
|
## Spring Security Cache Control
|
||||||
|
|
||||||
|
This module contains articles about cache control with Spring Security
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Spring Security – Cache Control Headers](http://www.baeldung.com/spring-security-cache-control-headers)
|
- [Spring Security – Cache Control Headers](http://www.baeldung.com/spring-security-cache-control-headers)
|
||||||
|
@ -1,13 +1,17 @@
|
|||||||
## @PreFilter and @PostFilter annotations
|
## Spring Security Core
|
||||||
|
|
||||||
### Build the Project ###
|
This module contains articles about core Spring Security
|
||||||
|
|
||||||
```
|
|
||||||
mvn clean install
|
|
||||||
```
|
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Spring Security – @PreFilter and @PostFilter](http://www.baeldung.com/spring-security-prefilter-postfilter)
|
- [Spring Security – @PreFilter and @PostFilter](http://www.baeldung.com/spring-security-prefilter-postfilter)
|
||||||
- [Spring Boot Authentication Auditing Support](http://www.baeldung.com/spring-boot-authentication-audit)
|
- [Spring Boot Authentication Auditing Support](http://www.baeldung.com/spring-boot-authentication-audit)
|
||||||
- [Introduction to Spring Method Security](http://www.baeldung.com/spring-security-method-security)
|
- [Introduction to Spring Method Security](http://www.baeldung.com/spring-security-method-security)
|
||||||
- [Overview and Need for DelegatingFilterProxy in Spring](https://www.baeldung.com/spring-delegating-filter-proxy)
|
- [Overview and Need for DelegatingFilterProxy in Spring](https://www.baeldung.com/spring-delegating-filter-proxy)
|
||||||
|
|
||||||
|
### @PreFilter and @PostFilter annotations
|
||||||
|
|
||||||
|
#### Build the Project
|
||||||
|
|
||||||
|
`mvn clean install`
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## Spring Boot Security MVC
|
||||||
|
|
||||||
|
This module contains articles about Spring Security with Spring MVC in Boot applications
|
||||||
|
|
||||||
### The Course
|
### The Course
|
||||||
The "REST With Spring" Classes: http://github.learnspringsecurity.com
|
The "REST With Spring" Classes: http://github.learnspringsecurity.com
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
=========
|
## Spring Security MVC Custom
|
||||||
|
|
||||||
## Spring Security Login Example Project
|
This module contains articles about Spring Security with custom MVC applications
|
||||||
|
|
||||||
###The Course
|
###The Course
|
||||||
The "REST With Spring" Classes: http://github.learnspringsecurity.com
|
The "REST With Spring" Classes: http://github.learnspringsecurity.com
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=========
|
## Spring Security with Digest Authentication
|
||||||
|
|
||||||
## Spring Security with Digest Authentication Example Project
|
This module contains articles about digest authentication with Spring Security
|
||||||
|
|
||||||
###The Course
|
###The Course
|
||||||
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user