Getting started with Spring Security

Getting started with Spring Security 1, Use of Spring Security 1.1 basic terms Spring Security is a powerful and highly customizable authentication and authorization framework. It is a set of Web security standards for spring applications. Spring Security focuses on providing authentication and authorization functions for java applicatio ...

Posted by tunari on Sat, 30 Oct 2021 00:00:24 -0700

Vue quick start

1.Vue overview 1.1MVVM mode M: That is, Model, including data and some basic operations 5: That is, View, page rendering results VM: view model, two-way operation between model and view (without developer intervention) Before MVVM, developers obtain the required data Model from the back end, and then render the Model into the View through ...

Posted by raker7 on Sat, 02 Oct 2021 15:59:47 -0700

Annotation based assembly

Common annotations in Spring are as follows.     1)@Component      This annotation can be used to describe beans in Spring, but it is a generalized concept that represents only one component (Bean) and can act at any level. When using, you only need to mark the annotation on the corresponding class.      ...

Posted by yogadt on Fri, 17 Sep 2021 21:08:03 -0700