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...
2021-08-03
# 阿里巴巴,druid,hikari数据源
额外配置application.yml #SpringBoot默认是不注入这些的,需要自己绑定
#druid数据源专有配置
initialSize: 5
minId...