Skip to content

Commit 7490fb6

Browse files
sjmillingtonEugen
authored andcommitted
Add README descriptions 27 (eugenp#7913)
1 parent c891d97 commit 7490fb6

9 files changed

Lines changed: 41 additions & 4 deletions

File tree

azure/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Azure
2+
3+
This module contains articles about Azure
4+
15
### Relevant Articles:
26

37
- [Deploy a Spring Boot App to Azure](https://www.baeldung.com/spring-boot-azure)

bazel/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## Relevant Articles:
1+
## Bazel
2+
3+
This module contains articles about Bazel
4+
5+
### Relevant Articles:
26

37
- [Building Java Applications with Bazel](https://www.baeldung.com/bazel-build-tool)

bootique/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## Bootique
2+
3+
This module contains articles about Bootique
4+
15
### Relevant Articles:
26
- [Introduction to Bootique](https://www.baeldung.com/bootique)

cas/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## CAS
2+
3+
This module contains articles about the Central Authentication Service (CAS)
4+
5+
### Relevant Articles:
6+
7+
- [CAS SSO With Spring Security](baeldung.com/spring-security-cas-sso)

cdi/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## CDI
2+
3+
This module contains articles about Contexts and Dependency Injection (CDI)
4+
15
### Relevant Articles:
26
- [CDI Interceptor vs Spring AspectJ](https://www.baeldung.com/cdi-interceptor-vs-spring-aspectj)
37
- [An Introduction to CDI (Contexts and Dependency Injection) in Java](https://www.baeldung.com/java-ee-cdi)

checker-plugin/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Checker Plugin
2+
3+
This module contains articles about the Checker Plugin
4+
15
### Relevant articles
26

37
- [The Checker Framework – Pluggable Type Systems for Java](https://www.baeldung.com/checker-framework)

cloud-foundry-uaa/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
### Revelant Articles
1+
## Cloud Foundry UAA
2+
3+
This module contains articles about Cloud Foundry UAA
4+
5+
### Relevant Articles:
26

37
- [A Quick Guide To Using Cloud Foundry UAA](https://www.baeldung.com/cloud-foundry-uaa)

core-groovy-2/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Groovy
1+
# Core Groovy 2
2+
3+
This module contains articles about core Groovy concepts
24

35
## Relevant articles:
46

@@ -9,3 +11,4 @@
911
- [Integrating Groovy into Java Applications](https://www.baeldung.com/groovy-java-applications)
1012
- [Concatenate Strings with Groovy](https://www.baeldung.com/groovy-concatenate-strings)
1113
- [Metaprogramming in Groovy](https://www.baeldung.com/groovy-metaprogramming)
14+
- [[<-- Prev]](/core-groovy)

core-groovy/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Groovy
1+
# Core Groovy
2+
3+
This module contains articles about core Groovy concepts
24

35
## Relevant articles:
46

@@ -13,3 +15,4 @@
1315
- [Lists in Groovy](https://www.baeldung.com/groovy-lists)
1416
- [Converting a String to a Date in Groovy](https://www.baeldung.com/groovy-string-to-date)
1517
- [Guide to I/O in Groovy](https://www.baeldung.com/groovy-io)
18+
- [[More -->]](/core-groovy-2)

0 commit comments

Comments
 (0)