Add README descriptions 27 (#7913)

This commit is contained in:
Sam Millington 2019-10-04 07:52:16 +01:00 committed by Eugen
parent c891d97404
commit 7490fb6aed
9 changed files with 41 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## Azure
This module contains articles about Azure
### Relevant Articles:
- [Deploy a Spring Boot App to Azure](https://www.baeldung.com/spring-boot-azure)

View File

@ -1,3 +1,7 @@
## Relevant Articles:
## Bazel
This module contains articles about Bazel
### Relevant Articles:
- [Building Java Applications with Bazel](https://www.baeldung.com/bazel-build-tool)

View File

@ -1,2 +1,6 @@
## Bootique
This module contains articles about Bootique
### Relevant Articles:
- [Introduction to Bootique](https://www.baeldung.com/bootique)

7
cas/README.md Normal file
View File

@ -0,0 +1,7 @@
## CAS
This module contains articles about the Central Authentication Service (CAS)
### Relevant Articles:
- [CAS SSO With Spring Security](baeldung.com/spring-security-cas-sso)

View File

@ -1,3 +1,7 @@
## CDI
This module contains articles about Contexts and Dependency Injection (CDI)
### Relevant Articles:
- [CDI Interceptor vs Spring AspectJ](https://www.baeldung.com/cdi-interceptor-vs-spring-aspectj)
- [An Introduction to CDI (Contexts and Dependency Injection) in Java](https://www.baeldung.com/java-ee-cdi)

View File

@ -1,3 +1,7 @@
## Checker Plugin
This module contains articles about the Checker Plugin
### Relevant articles
- [The Checker Framework Pluggable Type Systems for Java](https://www.baeldung.com/checker-framework)

View File

@ -1,3 +1,7 @@
### Revelant Articles
## Cloud Foundry UAA
This module contains articles about Cloud Foundry UAA
### Relevant Articles:
- [A Quick Guide To Using Cloud Foundry UAA](https://www.baeldung.com/cloud-foundry-uaa)

View File

@ -1,4 +1,6 @@
# Groovy
# Core Groovy 2
This module contains articles about core Groovy concepts
## Relevant articles:
@ -9,3 +11,4 @@
- [Integrating Groovy into Java Applications](https://www.baeldung.com/groovy-java-applications)
- [Concatenate Strings with Groovy](https://www.baeldung.com/groovy-concatenate-strings)
- [Metaprogramming in Groovy](https://www.baeldung.com/groovy-metaprogramming)
- [[<-- Prev]](/core-groovy)

View File

@ -1,4 +1,6 @@
# Groovy
# Core Groovy
This module contains articles about core Groovy concepts
## Relevant articles:
@ -13,3 +15,4 @@
- [Lists in Groovy](https://www.baeldung.com/groovy-lists)
- [Converting a String to a Date in Groovy](https://www.baeldung.com/groovy-string-to-date)
- [Guide to I/O in Groovy](https://www.baeldung.com/groovy-io)
- [[More -->]](/core-groovy-2)