240 发简信
IP属地:广东
  • 日志脱敏

    logback 日志脱敏 1. 继承MessageConverter,重写convert方法 2. 修改xml配置文件,添加conversion...

  • 新项目Maven配置

    1. settings.xml 文件配置 1.1 配置账号密码 1.2 配置私服地址, 私服id要和上面的id相同 2. 父工程 pom.xml...

  • Resize,w 360,h 240
    MAC抓包工具 Charles 抓HTTPS的包

    手机连上 Charles 手机用Safari浏览器打开网站 http://chls.pro/ssl[http://chls.pro/ssl],会...

  • SpringBoot security 整合 OAuth2

    从零开始的Spring Security Oauth2(一) 详细介绍springboot security 结合oauth2 的代码 补充 刷...

  • thymeleaf使用心得

    thymeleaf使用心得 使用thymeleaf必须在HTML标签里加 xmlns:th="http://www.thymeleaf.org[...

  • Dubbo 注解方式配置报ApplicationConfig.application == null

    用springboot整合dubbo时,采用注解的方式配置。启动时就一直报ApplicationConfig.application == nu...

  • Resize,w 360,h 240
    Mybatis Plus使用心得

    代码生成器的使用 1.引入Maven 生成器可以采用velocity模板或freemarker模板,下面采用的是freemark模板 2.编写模...

  • SpringBoot多环境配置YML

    在单一文件中,可用连续三个连字号(---)区分多个文件。所以只需要一个application.yml文件就可以完成环境切换了。 一、在配置文件中...

  • Spring Security 报There is no PasswordEncoder mapped for the id "null"

    查了下发现是spring security 版本在5.0后就要加个PasswordEncoder了 解决办法 在securityConfig类下...