Merge pull request #11326 from johnA1331/master

BAEL-42206 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-10-14 13:05:50 +03:00 committed by GitHub
commit 0ff235d227
3 changed files with 9 additions and 1 deletions

View File

@ -12,3 +12,4 @@
- [Efficient Word Frequency Calculator in Java](https://www.baeldung.com/java-word-frequency) - [Efficient Word Frequency Calculator in Java](https://www.baeldung.com/java-word-frequency)
- [Why Missing Annotations Dont Cause ClassNotFoundException](https://www.baeldung.com/classnotfoundexception-missing-annotation) - [Why Missing Annotations Dont Cause ClassNotFoundException](https://www.baeldung.com/classnotfoundexception-missing-annotation)
- [Valid @SuppressWarnings Warning Names](https://www.baeldung.com/java-suppresswarnings-valid-names) - [Valid @SuppressWarnings Warning Names](https://www.baeldung.com/java-suppresswarnings-valid-names)
- [Get a Fields Annotations Using Reflection](https://www.baeldung.com/java-get-field-annotations)

View File

@ -0,0 +1,3 @@
### Relevant Articles:
- [Generate a WAR File in Maven](https://www.baeldung.com/maven-generate-war-file)

View File

@ -92,4 +92,8 @@ Then, once again, you can also run both application and DB from docker, using:
docker-compose -f src/main/docker/quarkus.yml up docker-compose -f src/main/docker/quarkus.yml up
``` ```
Now you have all you need to reproduce the tests with your machine. Now you have all you need to reproduce the tests with your machine.
### Relevant Articles:
- [Spring Boot vs Quarkus](https://www.baeldung.com/spring-boot-vs-quarkus)