[BAEL-17476] - Final edits for Add README descriptions
This commit is contained in:
parent
8de37745a1
commit
192450a258
|
@ -1,6 +1,6 @@
|
||||||
## AWS
|
## AWS
|
||||||
|
|
||||||
This module contains articles about AWS
|
This module contains articles about Amazon Web Services (AWS)
|
||||||
|
|
||||||
### Relevant articles
|
### Relevant articles
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
=========
|
|
||||||
|
|
||||||
## Core Java Concurrency Advanced Examples
|
## Core Java Concurrency Advanced Examples
|
||||||
|
|
||||||
This module contains articles about advanced topics about multithreading with core Java.
|
This module contains articles about advanced topics about multithreading with core Java.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
=========
|
## Core Java Concurrency Basic
|
||||||
|
|
||||||
## Core Java Concurrency Basic 2 Examples
|
This module contains articles about basic Java concurrency
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [How to Delay Code Execution in Java](https://www.baeldung.com/java-delay-code-execution)
|
- [How to Delay Code Execution in Java](https://www.baeldung.com/java-delay-code-execution)
|
||||||
|
@ -8,3 +8,4 @@
|
||||||
- [Difference Between Wait and Sleep in Java](https://www.baeldung.com/java-wait-and-sleep)
|
- [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)
|
- [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)
|
- [Life Cycle of a Thread in Java](https://www.baeldung.com/java-thread-lifecycle)
|
||||||
|
- [[<-- Prev]](/core-java-modules/core-java-concurrency-basic)
|
|
@ -1,6 +1,6 @@
|
||||||
## Java RMI
|
## 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
|
### Relevant articles
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Java SPI
|
## 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:
|
### Relevant Articles:
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
## Hibernate 5
|
||||||
|
|
||||||
|
This module contains articles about Hibernate 5.
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Hibernate Error “Not all named parameters have been set”](https://www.baeldung.com/hibernate-error-named-parameters-not-set)
|
- [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)
|
- [FetchMode in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-fetchmode)
|
||||||
|
- [[<-- Prev]](/hibernate5)
|
|
@ -38,3 +38,4 @@ This module contains articles about Hibernate 5.
|
||||||
- [Hibernate Query Plan Cache](https://www.baeldung.com/hibernate-query-plan-cache)
|
- [Hibernate Query Plan Cache](https://www.baeldung.com/hibernate-query-plan-cache)
|
||||||
- [TransactionRequiredException Error](https://www.baeldung.com/jpa-transaction-required-exception)
|
- [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)
|
- [Enabling Transaction Locks in Spring Data JPA](https://www.baeldung.com/java-jpa-transaction-locks)
|
||||||
|
- [[Next -->]](/hibernate5-2)
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Spring All
|
||||||
|
|
||||||
|
This module contains articles about Spring
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
- [The @Scheduled Annotation in Spring](https://www.baeldung.com/spring-scheduled-tasks)
|
- [The @Scheduled Annotation in Spring](https://www.baeldung.com/spring-scheduled-tasks)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Spring Cloud Kubernetes
|
## Spring Cloud Kubernetes
|
||||||
|
|
||||||
This moudle contains articles about Spring Cloud Kubernetes
|
This module contains articles about Spring Cloud Kubernetes
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
|
|
|
@ -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)
|
- [Using @Autowired in Abstract Classes](https://www.baeldung.com/spring-autowired-abstract-class)
|
||||||
- [Guide to the Spring BeanFactory](https://www.baeldung.com/spring-beanfactory)
|
- [Guide to the Spring BeanFactory](https://www.baeldung.com/spring-beanfactory)
|
||||||
- [Read HttpServletRequest Multiple Times](https://www.baeldung.com/spring-reading-httpservletrequest-multiple-times)
|
- [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)
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Spring Core
|
||||||
|
|
||||||
|
This module contains articles about core Spring functionality
|
||||||
|
|
||||||
## Relevant Articles:
|
## Relevant Articles:
|
||||||
|
|
||||||
- [Understanding getBean() in Spring](https://www.baeldung.com/spring-getbean)
|
- [Understanding getBean() in Spring](https://www.baeldung.com/spring-getbean)
|
||||||
|
|
|
@ -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 Course
|
||||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
|
@ -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)
|
- [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)
|
- [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)
|
- [Spring Web Contexts](http://www.baeldung.com/spring-web-contexts)
|
||||||
|
- [[<-- Prev]](/spring-mvc-basics)
|
|
@ -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)
|
- [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)
|
- [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)
|
- [The HttpMediaTypeNotAcceptableException in Spring MVC](https://www.baeldung.com/spring-httpmediatypenotacceptable)
|
||||||
|
- [[Next -->]](/spring-mvc-basics-2)
|
Loading…
Reference in New Issue