摘要:
Log4j filter to mask Payment Card numbers (PCI DSS)According to PCI DSS (Payment Card Industry Data Security Standard) your application must not store... 阅读全文
摘要:
1.直接正则替换You can try the following simple regex replacement. It assumes that the password lies between password= and the next &. String s = "password=... 阅读全文
摘要:
http://docs.spring.io/spring boot/docs/current/reference/htmlsingle/ howto write an xml rest service 总体说明 1. 只需要在pom中引入相关的依赖,既可以自动实现XML格式数据输出. 2. 可能由... 阅读全文