spring-boot-starter封装(windows10+jdk8+idea+spring-boot2.1.5) 项目url:https://github.com/zhzhair/propertiesreader-spring-boot.git 1.封装启动项目读取json文件、xml文件和txt文件(读取字典数据和敏感词过滤,启动就加载到内存应对高并发) const-spring-boot-starter:封装的starter; exercise:引用封装好的jar包依赖实现读取字典数据和敏感词过滤; pers:封装的starter的jar包依赖,直接放到maven仓库就可以用。
zhzhair/propertiesreader-spring-boot
自己封装的spring-boot-starter初始化读取网卡信息,json、xml和txt配置文件,实现读取字典数据和过滤敏感词的功能
Java