π Spring Security β security none, filters none, access permitAll
https://www.baeldung.com/security-none-filters-none-access-permitAll
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/security-none-filters-none-access-permitAll
β‘οΈ @SpringFrameworkZone
Baeldung
Spring Security - access permitAll, filters none, security none | Baeldung
The differences between access="permitAll", filters="none", security="none" in Spring Security.
π 7 AWS Services Every Developer Should Know About
https://betterjavacode.com/programming/7-aws-services-every-developer-should-know-about
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/7-aws-services-every-developer-should-know-about
β‘οΈ @SpringFrameworkZone
Code Complete
7 AWS Services Every Developer Should Know About
In this post, I describe 7 AWS services that a developer should know about while working on AWS Cloud platform.
π Spring Integration
http://www.springsource.org/spring-integration
π Guide https://spring.io/guides/gs/integration/
π You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
https://github.com/spring-projects/spring-integration-samples
β‘οΈ @SpringFrameworkZone
http://www.springsource.org/spring-integration
π Guide https://spring.io/guides/gs/integration/
π You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
https://github.com/spring-projects/spring-integration-samples
β‘οΈ @SpringFrameworkZone
spring.io
Spring Integration
Level up your Java code and explore what Spring can do for you.
π Using Swagger Request Validator to Validate Spring Cloud Contracts
https://springframework.guru/using-swagger-request-validator-to-validate-spring-cloud-contracts/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-swagger-request-validator-to-validate-spring-cloud-contracts/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using Swagger Request Validator to Validate Spring Cloud Contracts
The Swagger Request Validator is a slick project supported by the folks at Atlassian. Using your API definition in Swagger v2 or OpenAPI v3, it allows you to programmatically validate your API matches your APIβ¦
π Gitlab CI/CD on Kubernetes
https://piotrminkowski.com/2020/10/19/gitlab-ci-cd-on-kubernetes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/10/19/gitlab-ci-cd-on-kubernetes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Gitlab CI/CD on Kubernetes - Piotr's TechBlog
This tutorial shows how to run GitLab on Kubernetes, and then create CI/CD pipelines for building and deploying Java and Maven applications.
π Serverless Functions with Spring Cloud Function
https://www.baeldung.com/spring-cloud-function
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-function
β‘οΈ @SpringFrameworkZone
Baeldung
Serverless Functions with Spring Cloud Function | Baeldung
Learn how to go serverless with Spring and using Spring Cloud Functions and deploying to AWS Lambda.
π Quick Guide to Spring MVC with Velocity
https://www.baeldung.com/spring-mvc-with-velocity
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mvc-with-velocity
β‘οΈ @SpringFrameworkZone
Baeldung
Quick Guide to Spring MVC with Velocity | Baeldung
A quick and practical guide to using Spring MVC with Velocity.
π Database design and discussion β Part I
https://betterjavacode.com/core-java/database-design-and-discussion-part-i
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/database-design-and-discussion-part-i
β‘οΈ @SpringFrameworkZone
Code Complete
Database design and discussion - Part I - Code Complete
Social KPI a saas application. In this post, I show how we will be designing the database for this application. Database design in details.
π 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.