Merge pull request #15948 from Maiklins/BAEL-7380-add-readme

Bael 7380 add readme
This commit is contained in:
Maiklins 2024-02-22 17:27:43 +01:00 committed by GitHub
commit 807ddfffd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,3 @@
## Relevant Articles
- [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)

View File

@ -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)