SpringSecurity自定义
1、SpringSecurity是在哪里判断有没有登录、需要跳转登录界面的?2、我知道AuthenticationSuccessHandler可以自定义登录成功之后的处理,但是我想知道…
Spring AOP 拦截Controller 参数中MultipartFile file 反射getMethod报错问题
问题描述在Controller 有一个web接口如下@ApiImplicitParams({ @ApiImplicitParam(name = "file") }) @ApiOperation(value = "人脸识别") @PostMappin…
Spring Boot 中的 xxxxAutoConfiguration 类会自动加载到哪里呢?
以 EnableAutoConfiguration 下的 GsonAutoConfiguration 为例吧。该图是在 spring.factories 文件中, 是底层自动配置的文件, 其中 EnableAutoConfigu…
fullcalendar 重复日程如何设计
重复日程生成规则前端使用的是rrule插件,无论重复多久对于后端只有一条数据记录。1. fullcalendar 日程参与人查看面板时间范围如何设计现在日程展示…
springboot请求问题not supported
我用的springboot, postman 调用接口 一下可以调用成功,一下又 get not supported 或者 post not supported(用get调用就显示 get not supported,po…
thymeleaf 表单list提交 ?
thymeleaf 表单中提交list我想在Thymeleaf表单提交一个list对象他的结构是这样的 [{ id:'', mouvalue:'' }]看了网上的教程是这样写的,如下: *
jvisualvm内存分析无法获取spring bean
我使用jvisualvm这个工具,然后在抽样器点击快照,获取当前内存的快照。然后我搜索spring的bean(我确定一定是存在的),但是始终搜索不到,请问大家…
spring maven build 时,报错如正文所示,要怎么改一下?
build 时错误内容:[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] --------------…