Skip to content

Commit

Permalink
[BAEL-17476] - Final edits for Add README descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-sbl committed Dec 15, 2019
1 parent b15d47b commit b339c10
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion aws/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## AWS

This module contains articles about AWS
This module contains articles about Amazon Web Services (AWS)

### Relevant articles

Expand Down
2 changes: 0 additions & 2 deletions core-java-modules/core-java-concurrency-advanced-2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
=========

## Core Java Concurrency Advanced Examples

This module contains articles about advanced topics about multithreading with core Java.
Expand Down
5 changes: 3 additions & 2 deletions core-java-modules/core-java-concurrency-basic-2/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
=========
## Core Java Concurrency Basic

## Core Java Concurrency Basic 2 Examples
This module contains articles about basic Java concurrency

### Relevant Articles:
- [How to Delay Code Execution in Java](https://www.baeldung.com/java-delay-code-execution)
- [wait and notify() Methods in Java](https://www.baeldung.com/java-wait-notify)
- [Difference Between Wait and Sleep in Java](https://www.baeldung.com/java-wait-and-sleep)
- [Guide to the Synchronized Keyword in Java](https://www.baeldung.com/java-synchronized)
- [Life Cycle of a Thread in Java](https://www.baeldung.com/java-thread-lifecycle)
- [[<-- Prev]](/core-java-modules/core-java-concurrency-basic)
2 changes: 1 addition & 1 deletion java-rmi/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Java RMI

This module contains articles about RMI (Remote Method Invocation) in Java.
This module contains articles about Remote Method Invocation (RMI) in Java.

### Relevant articles

Expand Down
2 changes: 1 addition & 1 deletion java-spi/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Java SPI

This module contains articles about the SPI (Service Provider Interface) in Java.
This module contains articles about the Service Provider Interface (SPI) in Java.

### Relevant Articles:

Expand Down
5 changes: 5 additions & 0 deletions persistence-modules/hibernate5-2/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Hibernate 5

This module contains articles about Hibernate 5.

### Relevant Articles:
- [Hibernate Error “Not all named parameters have been set”](https://www.baeldung.com/hibernate-error-named-parameters-not-set)
- [FetchMode in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-fetchmode)
- [[<-- Prev]](/hibernate5)
1 change: 1 addition & 0 deletions persistence-modules/hibernate5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ This module contains articles about Hibernate 5.
- [Hibernate Query Plan Cache](https://www.baeldung.com/hibernate-query-plan-cache)
- [TransactionRequiredException Error](https://www.baeldung.com/jpa-transaction-required-exception)
- [Enabling Transaction Locks in Spring Data JPA](https://www.baeldung.com/java-jpa-transaction-locks)
- [[Next -->]](/hibernate5-2)
4 changes: 4 additions & 0 deletions spring-all/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Spring All

This module contains articles about Spring

### Relevant Articles:

- [The @Scheduled Annotation in Spring](https://www.baeldung.com/spring-scheduled-tasks)
2 changes: 1 addition & 1 deletion spring-cloud/spring-cloud-kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Spring Cloud Kubernetes

This moudle contains articles about Spring Cloud Kubernetes
This module contains articles about Spring Cloud Kubernetes

### Relevant Articles:

Expand Down
2 changes: 1 addition & 1 deletion spring-core-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ This module contains articles about core Spring functionality
- [Using @Autowired in Abstract Classes](https://www.baeldung.com/spring-autowired-abstract-class)
- [Guide to the Spring BeanFactory](https://www.baeldung.com/spring-beanfactory)
- [Read HttpServletRequest Multiple Times](https://www.baeldung.com/spring-reading-httpservletrequest-multiple-times)
- More articles: [[<-- prev]](/spring-core)
- More articles: [[<-- prev]](/spring-core)[[next -->]](/spring-core-3)
4 changes: 4 additions & 0 deletions spring-core-3/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Spring Core

This module contains articles about core Spring functionality

## Relevant Articles:

- [Understanding getBean() in Spring](https://www.baeldung.com/spring-getbean)
Expand Down
6 changes: 4 additions & 2 deletions spring-mvc-basics-2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
=========
## Spring MVC Basics

## Spring MVC Basics with Java Configuration Example Project
This module contains articles about the basics of Spring MVC. Articles about more specific areas of Spring MVC have
their own module.

### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
Expand All @@ -10,3 +11,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [The Spring @Controller and @RestController Annotations](http://www.baeldung.com/spring-controller-vs-restcontroller)
- [Model, ModelMap, and ModelView in Spring MVC](http://www.baeldung.com/spring-mvc-model-model-map-model-view)
- [Spring Web Contexts](http://www.baeldung.com/spring-web-contexts)
- [[<-- Prev]](/spring-mvc-basics)
1 change: 1 addition & 0 deletions spring-mvc-basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Using Spring @ResponseStatus to Set HTTP Status Code](https://www.baeldung.com/spring-response-status)
- [Spring MVC and the @ModelAttribute Annotation](https://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation)
- [The HttpMediaTypeNotAcceptableException in Spring MVC](https://www.baeldung.com/spring-httpmediatypenotacceptable)
- [[Next -->]](/spring-mvc-basics-2)

0 comments on commit b339c10

Please sign in to comment.