package com.kidgrow.authclient.config; import com.kidgrow.authclient.properties.SecurityProperties; import org.springframework.boot.context.properties.EnableConfigurationProperties; /** * 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020
* * @Description:
* @Project:
* @CreateDate: Created in 2020/2/13 11:22
* @Author: liuke */ @EnableConfigurationProperties(SecurityProperties.class) public class SecurityPropertiesConfig { }