封装自己的spring-boot-starter实现初始化字典数据和脱敏(windows10+jdk8+idea+spring-boot2.1.5)

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;
const-starter:引用封装好的jar包依赖实现读取字典数据和敏感词过滤;
pers:封装的starter的jar包依赖,直接放到maven仓库就可以用。
原文地址:https://www.cnblogs.com/zhzhair-coding/p/10908896.html