Advanced Spring Security - How to create multiple Spring Security Configurations
In this tutorial, we will discuss how to create multiple Spring Security configurations and why you might want to do so.
All of my long-form thoughts on programming, content creation, and more, collected in chronological order.
In this tutorial, we will discuss how to create multiple Spring Security configurations and why you might want to do so.
If you're working on a Spring application and you need to call another REST API, you have tools such as RestTemplate or WebClient. But what if you need to call a GraphQL API? With Spring, a GraphQL Client is available. In this tutorial, you will learn how to include it in your project and use it by building a practical example.
Are you a content creator who struggles to find enough time to produce written content alongside videos? Do you wish there was an easy way to transform your videos into compelling blog posts? Look no further than VideoTap!
In this blog post, we'll be taking a look at mutations in GraphQL, specifically using Spring Boot, GraphQL Java, and Spring Data JPA.