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

in.hocg.sso.server.sample.config.security.autoconfiguration.SsoAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.0.63
Show newest version
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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy