Merge pull request #10454 from johnA1331/master

BAEL-31915 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-01-28 09:45:18 +02:00 committed by GitHub
commit 683d9cd2f4
4 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ This module contains articles about performance testing.
- [Performance of Java Mapping Frameworks](https://www.baeldung.com/java-performance-mapping-frameworks)
- [Performance Effects of Exceptions in Java](https://www.baeldung.com/java-exceptions-performance)
- [Is Java a Compiled or Interpreted Language?](https://www.baeldung.com/java-compiled-interpreted)
### Running

View File

@ -10,3 +10,4 @@ This module contains articles about Spring Boot annotations
- [Spring Core Annotations](https://www.baeldung.com/spring-core-annotations)
- [Spring Bean Annotations](https://www.baeldung.com/spring-bean-annotations)
- [Difference Between @ComponentScan and @EnableAutoConfiguration in Spring Boot](https://www.baeldung.com/spring-componentscan-vs-enableautoconfiguration)
- [Where Should the Spring @Service Annotation Be Kept?](https://www.baeldung.com/spring-service-annotation-placement)

View File

@ -8,3 +8,4 @@ The "REST With Spring 2" Classes: http://bit.ly/restwithspring
### Relevant Articles:
- [How to Turn Off Swagger-ui in Production](https://www.baeldung.com/swagger-ui-turn-off-in-production)
- [Setting a Request Timeout for a Spring REST API](https://www.baeldung.com/spring-rest-timeout)

View File

@ -9,3 +9,4 @@
- [Mockito Using Spies](https://www.baeldung.com/mockito-spy)
- [Using Mockito ArgumentCaptor](https://www.baeldung.com/mockito-argumentcaptor)
- [Difference Between when() and doXxx() Methods in Mockito](https://www.baeldung.com/java-mockito-when-vs-do)
- [Overview of Mockito MockSettings](https://www.baeldung.com/mockito-mocksettings)