Merge pull request #15948 from Maiklins/BAEL-7380-add-readme
Bael 7380 add readme
This commit is contained in:
commit
807ddfffd0
|
@ -1,2 +1,3 @@
|
||||||
## Relevant Articles
|
## Relevant Articles
|
||||||
- [Understanding XSLT Processing in Java](https://www.baeldung.com/java-extensible-stylesheet-language-transformations)
|
- [Understanding XSLT Processing in Java](https://www.baeldung.com/java-extensible-stylesheet-language-transformations)
|
||||||
|
- [Add Camel Route at Runtime in Java](https://www.baeldung.com/java-camel-dynamic-route)
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
## Spring Security Oauth2 Backend-for-Frontend
|
||||||
|
|
||||||
|
This module contains articles about core Spring Security Oauth2 Backend-for-Frontend
|
||||||
|
|
||||||
|
### Relevant Articles:
|
||||||
|
- [OAuth2 Backend for Frontend With Spring Cloud Gateway](https://www.baeldung.com/spring-backend-for-frontend-with-spring-cloud-gateway)
|
Loading…
Reference in New Issue