Skip to content

Commit

Permalink
Merge pull request eugenp#10613 from johnA1331/master
Browse files Browse the repository at this point in the history
BAEL-33794 - add links to github-baeldung articles
  • Loading branch information
lor6 authored Apr 1, 2021
2 parents 86575c8 + b06a661 commit 2860ccb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions core-java-modules/core-java-lang-oop-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ This module contains articles about types in Java
- [A Guide to Java Enums](https://www.baeldung.com/a-guide-to-java-enums)
- [Determine if an Object is of Primitive Type](https://www.baeldung.com/java-object-primitive-type)
- [Extending Enums in Java](https://www.baeldung.com/java-extending-enums)
- [Java Class File Naming Conventions](https://www.baeldung.com/java-class-file-naming)
1 change: 1 addition & 0 deletions core-java-modules/core-java-streams-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ This module contains articles about the Stream API in Java.
- [Debugging Java 8 Streams with IntelliJ](https://www.baeldung.com/intellij-debugging-java-streams)
- [Add BigDecimals using the Stream API](https://www.baeldung.com/java-stream-add-bigdecimals)
- [Should We Close a Java Stream?](https://www.baeldung.com/java-stream-close)
- [Returning Stream vs. Collection](https://www.baeldung.com/java-return-stream-collection)
- More articles: [[<-- prev>]](/../core-java-streams-2)
1 change: 1 addition & 0 deletions persistence-modules/core-java-persistence-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

- [Getting Database URL From JDBC Connection Object](https://www.baeldung.com/jdbc-get-url-from-connection)
- [JDBC URL Format For Different Databases](https://www.baeldung.com/java-jdbc-url-format)
- [How to Check if a Database Table Exists with JDBC](https://www.baeldung.com/jdbc-check-table-exists)
1 change: 1 addition & 0 deletions persistence-modules/spring-jooq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This module contains articles about Spring with jOOQ
### Relevant Articles:
- [Spring Boot Support for jOOQ](https://www.baeldung.com/spring-boot-support-for-jooq)
- [Introduction to jOOQ with Spring](https://www.baeldung.com/jooq-with-spring)
- [Count Query In jOOQ](https://www.baeldung.com/jooq-count-query)

In order to fix the error "Plugin execution not covered by lifecycle configuration: org.jooq:jooq-codegen-maven:3.7.3:generate (execution: default, phase: generate-sources)", right-click on the error message and choose "Mark goal generated as ignore in pom.xml". Until version 1.4.x, the maven-plugin-plugin was covered by the default lifecycle mapping that ships with m2e.

Expand Down
1 change: 1 addition & 0 deletions spring-boot-modules/spring-boot-libraries-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ This module contains articles about various Spring Boot libraries
### Relevant Articles:

- [Background Jobs in Spring with JobRunr](https://www.baeldung.com/java-jobrunr-spring)
- [Open API Server Implementation Using OpenAPI Generator](https://www.baeldung.com/java-openapi-generator-server)
1 change: 1 addition & 0 deletions spring-core-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ This module contains articles about core Spring functionality
## Relevant Articles:

- [Spring @Component Annotation](https://www.baeldung.com/spring-component-annotation)
- [Solving Spring’s “not eligible for auto-proxying” Warning](https://www.baeldung.com/spring-not-eligible-for-auto-proxying)
- More articles: [[<-- prev]](/spring-core-4)
3 changes: 3 additions & 0 deletions testing-modules/mockito-3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Relevant Articles:

- [Mocking Static Methods With Mockito](https://www.baeldung.com/mockito-mock-static-methods)

0 comments on commit 2860ccb

Please sign in to comment.