com.github.houbb.current.user.config.CurrentUserSpringConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of current-user Show documentation
Show all versions of current-user Show documentation
The current-user tool for java.
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 {
}