π Constants in Java: Patterns and Anti-Patterns
https://www.baeldung.com/java-constants-good-practices
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/java-constants-good-practices
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Constants in Java: Patterns and Anti-Patterns | Baeldung
Learn about using constants in Java with a focus on common patterns and anti-patterns
π Spring Security β Cache Control Headers
https://www.baeldung.com/spring-security-cache-control-headers
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-cache-control-headers
β‘οΈ @SpringFrameworkZone
Baeldung
Spring Security - Cache Control Headers | Baeldung
A guide to controlling HTTP cache control headers with Spring Security.
π Fixing 401s with CORS Preflights and Spring Security
https://www.baeldung.com/spring-security-cors-preflight
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-cors-preflight
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Fixing 401s with CORS Preflights and Spring Security | Baeldung
Learn how to fix HTTP error status 401 for CORS preflight requests
π This Week in Spring - October 20, 2020
https://spring.io/blog/2020/10/20/this-week-in-spring-october-20-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/20/this-week-in-spring-october-20-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - October 20, 2020
<p>Hi Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Howβre things? Itβs been unseasonably warm here in San Francisco so I am writing this from my balcony with a warm cup of coffee and hope in my heart. It is still very hardβ¦
π Architectural Pattern β Priority-Queue Pattern With Spring Boot + Redis
https://www.vinsguru.com/architectural-pattern-priority-queue-pattern-implementation-with-redis/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/architectural-pattern-priority-queue-pattern-implementation-with-redis/
β‘οΈ @SpringFrameworkZone
Vinsguru
Microservice Pattern - Priority-Queue Pattern With Spring Boot + Redis | Vinsguru
Let's consider a distributed application in which requests are processed as and when they arrive. Let's also consider that these requests are time-consuming
π How to Set a Header on a Response with Spring 5
https://www.baeldung.com/spring-response-header
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-response-header
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
How to Set a Header on a Response with Spring | Baeldung
Learn how to set a header on a specific response or on all response in Spring.
π MySQL JSON_TABLE β Map a JSON object to a relational database table
https://vladmihalcea.com/mysql-json-table/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/mysql-json-table/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
MySQL JSON_TABLE - Map a JSON object to a relational database table
This article explains how you can use the MySQL JSON_TABLE function to transform a JSON object into a relational database table.
π Spring Path Variables with Thymeleaf
https://www.baeldung.com/spring-thymeleaf-path-variables
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-thymeleaf-path-variables
β‘οΈ @SpringFrameworkZone
Baeldung
Spring Path Variables with Thymeleaf | Baeldung
Explore how to use Thymeleaf to create URLs with path variables.
π Spring NoSuchBeanDefinitionException
https://www.baeldung.com/spring-nosuchbeandefinitionexception
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-nosuchbeandefinitionexception
β‘οΈ @SpringFrameworkZone
Baeldung
Spring NoSuchBeanDefinitionException | Baeldung
Causes and Solutions for the NoSuchBeanDefinitionException in Spring - "No qualifying bean of type", "No Bean Named", Proxied Beans, etc.
π ELASTICSEARCH WITH SPRING BOOT
https://piotrminkowski.com/2019/03/29/elasticsearch-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/03/29/elasticsearch-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Elasticsearch with Spring Boot - Piotr's TechBlog
This article shows integrating the Spring Boot application with Elasticsearch using the Spring Data Elasticsearch project.
π A Bootiful Podcast: Optic CEO Aidan Cunniffe on OpenAPI, contract testing, and so much more
https://spring.io/blog/2020/10/22/a-bootiful-podcast-optic-ceo-aidan-cunniffe-on-openapi-contract-testing-and-so-much-more
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/22/a-bootiful-podcast-optic-ceo-aidan-cunniffe-on-openapi-contract-testing-and-so-much-more
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Optic CEO Aidan Cunniffe on OpenAPI, contract testing, and so much more
<p>Hi, Spring fans! In this installment <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to <a href="http://twitter.com/UseOptic">Optic (@UseOptic)</a> CEO <a href="http://twitter.com/UseOptic">Aidan Cunniffe (@aidandcunniffe)</a>β¦
π Pagination with Spring REST and AngularJS table
https://www.baeldung.com/pagination-with-a-spring-rest-api-and-an-angularjs-table
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/pagination-with-a-spring-rest-api-and-an-angularjs-table
β‘οΈ @SpringFrameworkZone
Baeldung
Pagination with Spring REST and AngularJS Table | Baeldung
An extensive look at how to implement a simple API with pagination with Spring and how to consume it with AngularJS and UI Grid.