Hi everyone, we will be talking about Redis. What is Redis? Why do I need Redis? Where do I use Redis? Redis is an open source NoSql (Not Only SQL) database that is becoming increasingly popular, keeping data as key value. Redis supports a lot of data types(Json, XML, etc.). Redis stores all data in… Continue reading What is Redis?
Authorization Management with Spring Security
Hi everyone, We will be talking about how to authorization management with Spring Security. We will learn how to use basic Spring Security Framework and Swagger configuration. What is Swagger? Simply, an important purpose of Swagger is to provide an interface for Rest Api. You will see Swagger Interface instance on the bottom this article.… Continue reading Authorization Management with Spring Security