Ai
2 Star 3 Fork 9

ChaiRongD/Demooo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
WhiteListConfig.java 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
chairongdian 提交于 2021-04-02 10:26 +08:00 . 1
package com.example.ymllist;
import java.util.ArrayList;
import java.util.List;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import lombok.Data;
@Configuration
@ConfigurationProperties("myproject.whitelist")
@Data
public class WhiteListConfig {
private List<String> users = new ArrayList<>();
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cbeann/Demooo.git
git@gitee.com:cbeann/Demooo.git
cbeann
Demooo
Demooo
master

搜索帮助