Spring Security is a framework for securing Spring-based applications. In this article, we will look over the core Spring Security concepts.
Java Stream API
In this article, we will focus on the Java Stream API with that easy processing of collections can be made using a declarative notation.
Java Lambda Expressions
A lambda expression is a piece of code that is giving an alternative way to the anonymous class to pass the function as a parameter to other subsequent flows of code such as methods, constructors, etc.. In this approach, a function can be referenced with a variable and passed as a reference to be executed in a subsequent flow of code execution.
Spring Cloud Config Refresh Strategies
In this article, we will focus on how to refresh the configuration data fetched from the Spring Cloud Config Server.
Centralize The Configuration of Services With Spring Cloud Config
In this article, we will look over the Spring Cloud Config project which is one of the main projects under Spring Cloud and that’s mainly designed for centralizing the application configuration.