Skip to content

Commit 7e16275

Browse files
charlesgonzalespivovarit
authored andcommitted
BAEL-7390 - add/fix links (eugenp#4697)
* Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.MD * Create README.md * Update README.md * Create README.md * Create README.md * Update README.md * Update README.md
1 parent 8270c6d commit 7e16275

10 files changed

Lines changed: 22 additions & 1 deletion

File tree

core-java/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,5 @@
167167
- [How to Get the File Extension of a File in Java](http://www.baeldung.com/java-file-extension)
168168
- [Immutable Objects in Java](http://www.baeldung.com/java-immutable-object)
169169
- [Console I/O in Java](http://www.baeldung.com/java-console-input-output)
170+
- [Guide to the java.util.Arrays Class](http://www.baeldung.com/java-util-arrays)
171+
- [Create a Custom Exception in Java](http://www.baeldung.com/java-new-custom-exception)

core-kotlin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
- [Kotlin String Templates](http://www.baeldung.com/kotlin-string-template)
3434
- [Java EE 8 Security API](http://www.baeldung.com/java-ee-8-security)
3535
- [Kotlin with Ktor](http://www.baeldung.com/kotlin-ktor)
36+
- [Working with Enums in Kotlin](http://www.baeldung.com/kotlin-enum)

maven-archetype/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Relevant Articles:
2+
================================
3+
4+
- [Guide to Maven Archetype](http://www.baeldung.com/maven-archetype)

spring-boot-bootstrap/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22
- [Bootstrap a Simple Application using Spring Boot](http://www.baeldung.com/spring-boot-start)
33
- [Spring Boot Dependency Management with a Custom Parent](http://www.baeldung.com/spring-boot-dependency-management-custom-parent)
4+
- [Thin JARs with Spring Boot](http://www.baeldung.com/spring-boot-thin-jar)

spring-boot-mvc/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 the Favicon in Spring Boot](http://www.baeldung.com/spring-boot-favicon)

spring-boot-ops/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Relevant Articles:
2+
================================
3+
4+
- [Spring Boot Console Application](http://www.baeldung.com/spring-boot-console-app)

spring-boot-persistence/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Relevant Articles:
22

3-
- [Spring Boot with multiple SQL import files](http://www.baeldung.com/spring-Boot-with-multiple-SQL-import-files)
3+
- [Spring Boot with Multiple SQL Import Files](http://www.baeldung.com/spring-boot-sql-import-files)

spring-thymeleaf/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- [Iteration in Thymeleaf](http://www.baeldung.com/thymeleaf-iteration)
1717
- [Working With Arrays in Thymeleaf](http://www.baeldung.com/thymeleaf-arrays)
1818
- [Spring with Thymeleaf Pagination for a List](http://www.baeldung.com/spring-thymeleaf-pagination)
19+
- [Working with Select and Option in Thymeleaf](http://www.baeldung.com/thymeleaf-select-option)
1920

2021
### Build the Project
2122

spring-webflux-amqp/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Relevant Articles:
2+
================================
3+
4+
- [Spring AMQP in Reactive Applications](http://www.baeldung.com/spring-amqp-reactive)

testing-modules/mockito/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
- [Hamcrest File Matchers](http://www.baeldung.com/hamcrest-file-matchers)
1919
- [Hamcrest Custom Matchers](http://www.baeldung.com/hamcrest-custom-matchers)
2020
- [Hamcrest Common Core Matchers](http://www.baeldung.com/hamcrest-core-matchers)
21+
- [Testing Callbacks with Mockito](http://www.baeldung.com/mockito-callbacks)

0 commit comments

Comments
 (0)