发表评论取消回复
相关阅读
相关 【SpringBoot】SpringBoot 中使用定时任务
1.SpringBoot 集成定时任务 1、引入依赖 SpringBoot 已经默认集成了定时任务的依赖,只需要引入基本的依赖就可以使用定时任务。 <depe
相关 springBoot中使用elasticjob
elasticjob 执行体中最重要的两个参数是;分片总数,分片项。 分片总数:集群的节点总数(类似于银行办理业务窗口的总柜台数) 分片项:把每个排序的话,默认从
相关 SpringBoot中lombok使用
lombok概述 lombok简介 Lombok想要解决了的是在我们实体Bean中大量的Getter/Setter方法,以及toStrin
相关 SpringBoot中使用Redis
一.redis的下载安装 1.安装Redis 根据不同的需求下载Linux或Windows版本的,目前Redis官网只有Linux版本,但由于大多数开发者还是基于wi
相关 SpringBoot 中使用JSP
依赖: <parent> <groupId>org.springframework.boot</groupId> <a
相关 springboot中使用shiro
首先在pom文件中添加shiro的jar包 <!--权限验证Shiro--> <dependency> <groupId>org.a
相关 【SpringBoot】在SpringBoot中使用Ehcache
SpringBoot提供了对缓存的支持,通过在启动类中添加@EnableCaching注解自动化配置合适的缓存管理器(CacheManager),Spring Boot根据下面
相关 SpringBoot中使用WebSocket
整个过程如下: 1.添加依赖 2.注入ServerEndpointExporter 3.编写WebSocket接口 4.在业务中调用 5.前端js 以下开始: 1
相关 SpringBoot 中使用 JSP
今天,在SpringBoot 中用了下 JSP , 总是不能跳转到正常页面。 依赖: <!-- servlet依赖. --> <depend
相关 cannot be cast to javax.servletFilter
java.lang.ClassCastException: org.springframework.web.filter.CharacterEncodingFilter can
还没有评论,来说两句吧...