随笔分类 -  Spring

spring mvc 中定时任务@Scheduled cron表达式中不支持每月最后一天`L`
摘要:报错信息的原因: java.lang.IllegalStateException: Encountered invalid @Scheduled method 'LastReportOfMonth': For input string: "L"Spring默认定时@Scheduled不支持L、W、C 阅读全文
posted @ 2025-03-19 11:11 骑着母猪去打猎 阅读(121) 评论(0) 推荐(0)
Spring MVC Controller接收参数方式
摘要:/** * 方式一:使用servlet原生的方式,request.getParameter("key")获取参数; * @param request * @param response * @return * @throws Exception */ @RequestMapping("/get1") 阅读全文
posted @ 2022-04-26 14:53 骑着母猪去打猎 阅读(220) 评论(0) 推荐(0)
spring的下载地址
摘要:https://repo.spring.io/ui/native/libs-release-local/ 按org-springframework-spring向下打开,会看到你想要的一堆内容 当然,使用spring不能离开common-logging https://commons.apache. 阅读全文
posted @ 2022-03-30 16:29 骑着母猪去打猎 阅读(50) 评论(0) 推荐(0)