Skip to content

Commit

Permalink
Add README descriptions 27 (eugenp#7913)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmillington authored and Eugen committed Oct 4, 2019
1 parent c891d97 commit 7490fb6
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 4 deletions.
4 changes: 4 additions & 0 deletions azure/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 5 additions & 1 deletion bazel/README.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 4 additions & 0 deletions bootique/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## Bootique

This module contains articles about Bootique

### Relevant Articles:
- [Introduction to Bootique](https://www.baeldung.com/bootique)
7 changes: 7 additions & 0 deletions cas/README.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 4 additions & 0 deletions cdi/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions checker-plugin/README.md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 5 additions & 1 deletion cloud-foundry-uaa/README.md
Original file line number Diff line number Diff line change
@@ -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)
5 changes: 4 additions & 1 deletion core-groovy-2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Groovy
# Core Groovy 2

This module contains articles about core Groovy concepts

## Relevant articles:

Expand All @@ -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)
5 changes: 4 additions & 1 deletion core-groovy/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Groovy
# Core Groovy

This module contains articles about core Groovy concepts

## Relevant articles:

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

0 comments on commit 7490fb6

Please sign in to comment.