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

be.looorent.security.jwt.JwtSecurityAutoConfiguration Maven / Gradle / Ivy

package be.looorent.security.jwt;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * Scan package and enable the overall security configuration.
 * @author Lorent Lempereur - [email protected]
 */
@Configuration
@ComponentScan(basePackageClasses = JwtSecurityConfiguration.class)
public class JwtSecurityAutoConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy