📁 Maven Scopes and Gradle Configurations Explained
https://reflectoring.io/maven-scopes-gradle-configurations/
➡️ @JavaLearnZone
https://reflectoring.io/maven-scopes-gradle-configurations/
➡️ @JavaLearnZone
reflectoring.io
Maven Scopes and Gradle Configurations Explained
An explanation and comparison of Maven scopes and Gradle configurations to declare dependencies in a build file.
🆕 Implementing Plugins with Java's Service Provider Interface
https://reflectoring.io/service-provider-interface/
➡️ @JavaLearnZone
https://reflectoring.io/service-provider-interface/
➡️ @JavaLearnZone
reflectoring.io
Implementing Plugins with Java's Service Provider Interface
This article explains the Service Provider Interface with an example.
🆕 Testing the File Upload API in Spring Boot
//www.javacodegeeks.com/2021/03/testing-the-file-upload-api-in-spring-boot.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/03/testing-the-file-upload-api-in-spring-boot.html
➡️ @JavaLearnZone
Java Code Geeks
Testing the File Upload API in Spring Boot - Java Code Geeks
Interested to learn about File Upload API? Check our article explaining how to Test the File Upload API in Spring Boot
🆕 Different ways of declaration and initialization of arrays in Java
//www.javacodegeeks.com/2021/03/different-ways-of-declaration-and-initialization-of-arrays-in-java.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/03/different-ways-of-declaration-and-initialization-of-arrays-in-java.html
➡️ @JavaLearnZone
Java Code Geeks
Different ways of declaration and initialization of arrays in Java | Java Code Geeks - 2021
Interested to learn about initialization of arrays? Check our article presenting Different ways of declaration and initialization of arrays in Java.
📁 Skipping Weekends While Adding Days to LocalDate in Java 8
https://www.baeldung.com/java-localdate-add-days-skip-weekends
➡️ @JavaLearnZone
https://www.baeldung.com/java-localdate-add-days-skip-weekends
➡️ @JavaLearnZone
Baeldung
Skipping Weekends While Adding Days to LocalDate in Java | Baeldung
Learn how to add days to Java 8's LocalDate whilst skipping weekends
🆕 Coroutine based Spring boot webflux application
//www.javacodegeeks.com/2021/03/coroutine-based-spring-boot-webflux-application.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/03/coroutine-based-spring-boot-webflux-application.html
➡️ @JavaLearnZone
Java Code Geeks
Coroutine based Spring boot webflux application - Java Code Geeks - 2022
Interested to learn about webflux application? Check our article explaining how it enables programming a web application with Kotlin coroutines