Skip to content

Commit cc0a01a

Browse files
authored
Merge pull request eugenp#7012 from sheryllresulta/master
Update README.md
2 parents ac07984 + b0f5f1d commit cc0a01a

9 files changed

Lines changed: 17 additions & 4 deletions

File tree

apache-olingo/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [OData Protocol Guide](https://www.baeldung.com/odata)

core-java-modules/core-java-9/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
- [Java 9 Convenience Factory Methods for Collections](https://www.baeldung.com/java-9-collections-factory-methods)
2929
- [Java 9 Stream API Improvements](https://www.baeldung.com/java-9-stream-api)
3030
- [A Guide to Java 9 Modularity](https://www.baeldung.com/java-9-modularity)
31-
- [Java 9 Platform Module API](https://www.baeldung.com/java-9-module-api)
31+
- [Java 9 java.lang.Module API](https://www.baeldung.com/java-9-module-api)
3232
- [Java 9 Platform Logging API](https://www.baeldung.com/java-9-logging-api)
3333
- [Filtering a Stream of Optionals in Java](https://www.baeldung.com/java-filter-stream-of-optional)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [Why Do Local Variables Used in Lambdas Have to Be Final or Effectively Final?](https://www.baeldung.com/java-lambda-effectively-final-local-variables)

core-java-modules/core-java/src/main/java/com/baeldung/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

maven/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
- [Multi-Module Project with Maven](https://www.baeldung.com/maven-multi-module)
1717
- [Maven Enforcer Plugin](https://www.baeldung.com/maven-enforcer-plugin)
1818
- [Eclipse Error: web.xml is missing and failOnMissingWebXml is set to true](https://www.baeldung.com/eclipse-error-web-xml-missing)
19+
- [Guide to Maven Profiles](https://www.baeldung.com/maven-profiles)

persistence-modules/java-jpa/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
- [Converting Between LocalDate and SQL Date](https://www.baeldung.com/java-convert-localdate-sql-date)
99
- [Combining JPA And/Or Criteria Predicates](https://www.baeldung.com/jpa-and-or-criteria-predicates)
1010
- [Types of JPA Queries](https://www.baeldung.com/jpa-queries)
11+
- [Defining JPA Entities](https://www.baeldung.com/jpa-entities)
12+
- [JPA @Basic Annotation](https://www.baeldung.com/jpa-basic-annotation)
13+
- [Default Column Values in JPA](https://www.baeldung.com/jpa-default-column-values)

persistence-modules/spring-data-jpa-2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
- [Spring Data JPA Projections](https://www.baeldung.com/spring-data-jpa-projections)
1313
- [JPA @Embedded And @Embeddable](https://www.baeldung.com/jpa-embedded-embeddable)
1414
- [Spring Data JPA Delete and Relationships](https://www.baeldung.com/spring-data-jpa-delete)
15+
- [Spring Data JPA and Named Entity Graphs](https://www.baeldung.com/spring-data-jpa-named-entity-graphs)
16+
- [Batch Insert/Update with Hibernate/JPA](https://www.baeldung.com/jpa-hibernate-batch-insert-update)
1517
- [Difference Between save() and saveAndFlush() in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-save-saveandflush)

persistence-modules/spring-persistence-simple/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
- [A Guide to JPA with Spring](https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa)
88
- [Bootstrapping Hibernate 5 with Spring](http://www.baeldung.com/hibernate-5-spring)
99
- [The DAO with Spring and Hibernate](http://www.baeldung.com/persistence-layer-with-spring-and-hibernate)
10-
- [DAO with Spring and Generics](https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics)
10+
- [Simplify the DAO with Spring and Java Generics](https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics)
1111
- [Transactions with Spring and JPA](https://www.baeldung.com/transaction-configuration-with-jpa-and-spring)
1212
- [Introduction to Spring Data JPA](http://www.baeldung.com/the-persistence-layer-with-spring-data-jpa)
1313
- [Spring Data JPA @Query](http://www.baeldung.com/spring-data-jpa-query)
1414
- [Spring JDBC](https://www.baeldung.com/spring-jdbc-jdbctemplate)
1515

16-
1716
### Eclipse Config
1817
After importing the project into Eclipse, you may see the following error:
1918
"No persistence xml file found in project"

quarkus/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [Guide to QuarkusIO](hhttps://www.baeldung.com/quarkus-io)

0 commit comments

Comments
 (0)