1 Star 1 Fork 1

桑仕贤/spring-boot-demo

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CustomConfig.java 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
不合群的混子 提交于 2020-10-25 11:27 +08:00 . :art:规范注释风格
package com.xkcoding.rbac.security.config;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* <p>
* 自定义配置
* </p>
*
* @author yangkai.shen
* @date Created in 2018-12-13 10:56
*/
@ConfigurationProperties(prefix = "custom.config")
@Data
public class CustomConfig {
/**
* 不需要拦截的地址
*/
private IgnoreConfig ignores;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sangshixian/spring-boot-demo.git
git@gitee.com:sangshixian/spring-boot-demo.git
sangshixian
spring-boot-demo
spring-boot-demo
master

搜索帮助