in.hocg.sso.server.sample.config.security.autoconfiguration.SsoAutoConfiguration Maven / Gradle / Ivy
package in.hocg.sso.server.sample.config.security.autoconfiguration;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
/**
* Created by hocgin on 2020/8/18
* email: [email protected]
*
* @author hocgin
*/
@Configuration
@EnableConfigurationProperties(SsoProperties.class)
public class SsoAutoConfiguration {
}