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

com.github.houbb.current.user.config.CurrentUserSpringConfig Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.github.houbb.current.user.config;

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

/**
 * @author binbin.hou
 * @since 1.0.0
 */
@Configuration
@ComponentScan(basePackages = "com.github.houbb.current.user")
public class CurrentUserSpringConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy