π Using a Spring Cloud App Starter
https://www.baeldung.com/spring-cloud-app-starter
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-app-starter
β‘οΈ @SpringFrameworkZone
Baeldung
Using a Spring Cloud App Starter | Baeldung
Let's have a look at how to use Spring Cloud App starters using an example which streams Twitter posts into a Hadoop Distributed File System.
π This Week in Spring - May 4th, 2021
https://spring.io/blog/2021/05/04/this-week-in-spring-may-4th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/04/this-week-in-spring-may-4th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - May 4th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Howβre you doing? I hope youβre doing well, and that the Fourth (of May) is with you. </p>
<p>Today may be the 4th, but yesterday was the third of May, and that marks theβ¦
<p>Today may be the 4th, but yesterday was the third of May, and that marks theβ¦
π Spring Cloud Gateway for Kubernetes
https://spring.io/blog/2021/05/04/spring-cloud-gateway-for-kubernetes
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/04/spring-cloud-gateway-for-kubernetes
β‘οΈ @SpringFrameworkZone
Spring Cloud Gateway for Kubernetes
Level up your Java code and explore what Spring can do for you.
π An Example of Load Balancing with Zuul and Eureka
https://www.baeldung.com/zuul-load-balancing
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/zuul-load-balancing
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
An Example of Load Balancing with Zuul and Eureka
See how load-balancing with Netflix Zuul looks like.
π High-Performance Java Persistence Newsletter, Issue 26
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-26/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-26/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 26 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Sorting Java Collections
https://springframework.guru/sorting-java-collections/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/sorting-java-collections/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Sorting Java Collections
Sorting collections is a common task that Java developers deal with on a daily bases. The Java Collections class provides us with two sort() methods to sort all collections that implement the List interface. Sorting Primitive Typesβ¦
π Springβs RequestBody and ResponseBody Annotations
https://www.baeldung.com/spring-request-response-body
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-request-response-body
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring's RequestBody and ResponseBody Annotations | Baeldung
Learn about the Spring @RequestBody and @ResponseBody annotations.
π Architectural Pattern β CQRS β Command and Query Responsibility Segregation With Spring Boot
https://www.vinsguru.com/architectural-design-patterns-cqrs-command-and-query-responsibility-segregation-using-spring-boot-postgresql/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/architectural-design-patterns-cqrs-command-and-query-responsibility-segregation-using-spring-boot-postgresql/
β‘οΈ @SpringFrameworkZone
Vinsguru
CQRS Pattern With Spring Boot | Vinsguru
Learn CQRS Pattern with Spring Boot, one of the Microservice Design Patterns to independently scale read and write workloads of an application.
π Authenticating a User with LDAP
https://spring.io/guides/gs/authenticating-ldap/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/authenticating-ldap/
β‘οΈ @SpringFrameworkZone
Getting Started | Authenticating a User with LDAP
Learn how to secure an application with LDAP.
π A Bootiful Podcast: Friend, fellow Spring Developer Advocate, Kotlin Google Developer Expert, and Java Champion, Mark Heckler
https://spring.io/blog/2021/05/06/a-bootiful-podcast-friend-fellow-spring-developer-advocate-kotlin-google-developer-expert-and-java-champion-mark-heckler
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/06/a-bootiful-podcast-friend-fellow-spring-developer-advocate-kotlin-google-developer-expert-and-java-champion-mark-heckler
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Friend, fellow Spring Developer Advocate, Kotlin Google Developer Expert, and Java Champion, Mark Heckler
<p>Hi, Spring fans! Welcome to another installment of A Bootiful Podcast! This week, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to his friend, fellow Spring Developer Advocate, Kotlin Google Developer Expert, and Java Champion:β¦
π Spring Cloud Kubernetes Load Balancer Guide
https://piotrminkowski.com/2020/09/10/spring-cloud-kubernetes-load-balancer-guide/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/09/10/spring-cloud-kubernetes-load-balancer-guide/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Cloud Kubernetes Load Balancer Guide - Piotr's TechBlog
This article shows how to use Spring Cloud Kubernetes Load Balancer with Feign and RestTemplate to provide communication for microservices.
π Recommended Package Structure of a Spring Boot Project
https://www.baeldung.com/spring-boot-package-structure
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-package-structure
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Recommended Package Structure of a Spring Boot Project | Baeldung
A quick and practical overview of a recommended package structure for Spring Boot projects.
π MySQL Stored Procedures with Spring Boot
https://springframework.guru/mysql-stored-procedures-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/mysql-stored-procedures-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
MySQL Stored Procedures with Spring Boot
In Relational Database Management Systems (RDBMS), a stored procedure is a batch of prepared SQL code grouped as a logical unit that you store in the database. Stored procedures allow reusability of SQL code. Inβ¦
π Convert OffsetDateTime to SQL TimeStamp
https://springframework.guru/convert-offsetdatetime-to-sql-timestamp/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/convert-offsetdatetime-to-sql-timestamp/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Convert OffsetDateTime to SQL TimeStamp
Java 8 introduces a new date and time API defined inside the java.time package. The key date and time classes defined in this package are LocalDateTime, ZonedDateTime, and OffsetDateTime. OffsetDateTime is an immutable representation of a date-timeβ¦
π Bean Validation in Spring Boot
https://springframework.guru/bean-validation-in-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/bean-validation-in-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Bean Validation in Spring Boot
Data validation is a basic requirement for any application. This is more significant for web applications that accept data as input. Bean Validation or commonly known as JSR-380 is a Java standard that is usedβ¦
π Spring Boot Pagination
https://springframework.guru/spring-boot-pagination/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-boot-pagination/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Boot Pagination
Consider a scenario where a database query matches over 1000 records. You need to display the query results to users. In this scenario, you probably won't want to display all records on a single pageβ¦
π Exception Handling in Spring Boot REST API
https://springframework.guru/exception-handling-in-spring-boot-rest-api/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/exception-handling-in-spring-boot-rest-api/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Exception Handling in Spring Boot REST API
When you develop a Spring Bool RESTful service, you as a programmer are responsible for handling exceptions in the service. For instance, by properly handling exceptions, you can stop the disruption of the normal flowβ¦