2021-08-04
# 安全框架[shiro]登陆,授权,认证,前端连调
Apache Shiro是一个java安全框架。shiro,可以完成,认证,授权,加密,会话管理,Web集成,缓存等。homepage->link导入依赖,配置文件,helloshiro导...
2021-08-04
# spring Batch批处理框架
Spring Batch 作为 Spring 的子项目,是一款基于 Spring 的企业批处理框架。通过它可以构建出健壮的企业批处理应用。Spring Batch 不仅提供了统一的读写接口、丰富...
2021-08-03
# 安全框架[SpringSecurity]登陆,授权,认证,前端连调
SpringSecurityAOP编程。有框架,代码不对,横切进入编程。记住几个类WebSecurityConfigurerAdapter:自定义安全策略AuthenticationManage...
2021-08-03
# Failed to resolve org.junit.platform:junit-platform-launcher:1.7.2问题处理
springboot项目,使用ApplicationTests做测试时提示错误如下:上午 11:47 Error running 'ShiroDemoApplicationTests.co...