Merge pull request #10613 from johnA1331/master
BAEL-33794 - add links to github-baeldung articles
This commit is contained in:
commit
2860ccbf64
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
testing-modules/mockito-3/README.md
Normal file
3
testing-modules/mockito-3/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Mocking Static Methods With Mockito](https://www.baeldung.com/mockito-mock-static-methods)
|
Loading…
x
Reference in New Issue
Block a user