forked from kidgrow-microservices-platform

luliqiang
2020-08-11 88b335cf1352479a5ffdb6305ce42b32e0122622
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.kidgrow.authclient.config;
 
import com.kidgrow.authclient.properties.SecurityProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
 
/**
 * 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020<br>
 *
 * @Description: <br>
 * @Project: <br>
 * @CreateDate: Created in 2020/2/13 11:22 <br>
 * @Author: <a href="4345453@kidgrow.com">liuke</a>
 */
@EnableConfigurationProperties(SecurityProperties.class)
public class SecurityPropertiesConfig {
}