240 发简信
IP属地:广东
  • SpringBoot中对于LocalDate和LocalDateTime如何返回时间戳

    问题 Springboot从2.0开始,最低的jdk支持版本是1.8, 1.8里面,对于时间的处理,引入了LocalDate和LocalDateTime等类型, 对于这种类型...

  • 如果程序在认证或者授权过程中的运行异常,文中提到的几种方式都拦截不到吧。

    Spring Security-原始篇(XML配置版)功能优化

    前置文章:Spring Security-原始篇(XML配置版)[//www.greatytc.com/p/7c445114ca73]结合前置文章加上该文,Spri...

  • springboot 整合 Shiro 配置类

    ckage org.fh.config; import org.apache.shiro.cache.ehcache.EhCacheManager; import org.a...