forked from kidgrow-microservices-platform

bingbing
2020-10-27 1d5345f92dbd4aac2b5f68265921bb2529a71b8e
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 {
}