All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.bootx.platform.starter.auth.AuthAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.3.6.2
Show newest version
package cn.bootx.platform.starter.auth;

import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.context.annotation.ComponentScan;

/**
 * 认证相关
 *
 * @author xxm
 * @since 2022/1/27
 */
@ComponentScan
@ConfigurationPropertiesScan
@AutoConfiguration
public class AuthAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy