Add README descriptions 27 (#7913)
This commit is contained in:
parent
c891d97404
commit
7490fb6aed
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
## Bootique
|
||||
|
||||
This module contains articles about Bootique
|
||||
|
||||
### Relevant Articles:
|
||||
- [Introduction to Bootique](https://www.baeldung.com/bootique)
|
||||
|
|
|
@ -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)
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
|
@ -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)
|
Loading…
Reference in New Issue