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

com.github.houbb.privilege.test.config.SpringConfig Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
package com.github.houbb.privilege.test.config;


import com.github.houbb.privilege.spring.annotation.EnablePrivilege;
import org.springframework.beans.factory.annotation.Configurable;
import org.springframework.context.annotation.ComponentScan;

/**
 * @author binbin.hou
 * @since 0.0.5
 */
@Configurable
@ComponentScan(basePackages = "com.github.houbb.privilege.test.service")
@EnablePrivilege
public class SpringConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy