Merge pull request #8264 from johnA1331/master

Monthly Test Fix - BAEL-19186
This commit is contained in:
Eric Martin 2019-12-03 22:07:26 -06:00 committed by GitHub
commit e99b9b04c2
4 changed files with 7 additions and 6 deletions

View File

@ -3,7 +3,7 @@
This module contains articles about Java 8 core features This module contains articles about Java 8 core features
### Relevant Articles: ### Relevant Articles:
- [Anonymous Classes in Java](http://www.baeldung.com/) - [Anonymous Classes in Java](https://www.baeldung.com/java-anonymous-classes)
- [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)
- [Run a Java Application from the Command Line](https://www.baeldung.com/java-run-jar-with-arguments) - [Run a Java Application from the Command Line](https://www.baeldung.com/java-run-jar-with-arguments)
- [Java 8 Stream skip() vs limit()](https://www.baeldung.com/java-stream-skip-vs-limit) - [Java 8 Stream skip() vs limit()](https://www.baeldung.com/java-stream-skip-vs-limit)

View File

@ -4,7 +4,7 @@ This module contains articles about the Java Persistence API (JPA) in Java.
### Relevant Articles ### Relevant Articles
- [JPA Query Parameters Usage](https://www.baeldung.com/jpa-query-parameters-usage) - [JPA Query Parameters Usage](https://www.baeldung.com/jpa-query-parameters)
- [Mapping Entitiy Class Names to SQL Table Names with JPA](https://www.baeldung.com/jpa-entity-table-names) - [Mapping Entitiy Class Names to SQL Table Names with JPA](https://www.baeldung.com/jpa-entity-table-names)
- [Default Column Values in JPA](https://www.baeldung.com/jpa-default-column-values) - [Default Column Values in JPA](https://www.baeldung.com/jpa-default-column-values)
- [Types of JPA Queries](https://www.baeldung.com/jpa-queries) - [Types of JPA Queries](https://www.baeldung.com/jpa-queries)

View File

@ -1,6 +1,6 @@
## Spring Boot Custom Starter ## Spring Boot Custom Starter
This module contains articles about writing Spring Boot [starters](https://www.baeldung.com/spring-boot-starters). This module contains articles about writing [Spring Boot Starters](https://www.baeldung.com/spring-boot-starters).
### Relevant Articles: ### Relevant Articles:
- [Creating a Custom Starter with Spring Boot](https://www.baeldung.com/spring-boot-custom-starter) - [Creating a Custom Starter with Spring Boot](https://www.baeldung.com/spring-boot-custom-starter)

View File

@ -6,6 +6,7 @@
The "REST With Spring" Classes: http://bit.ly/restwithspring The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant Articles: ### Relevant Articles:
- [Quick Guide to Spring Controllers](http://www.baeldung.com/spring-controllers)- [The Spring @Controller and @RestController Annotations](http://www.baeldung.com/spring-controller-vs-restcontroller) - [Quick Guide to Spring Controllers](http://www.baeldung.com/spring-controllers)
- [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)