
com.luues.security.autoconfigure.SecurityAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-security Show documentation
Show all versions of spring-boot-starter-security Show documentation
身份凭证的生成及验证封装(jwt、token、session共享三种方式)
package com.luues.security.autoconfigure;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.retry.annotation.EnableRetry;
@ComponentScan(basePackages = {"com.luues.security"})
@EnableRetry
public class SecurityAutoConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy