logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

微服务依赖本地jar打包运行报错找不到类-NoClassDefFound

最近搞电子签章的项目,依赖第三方的sdk,未发布到maven,采取本地jar的方式进行依赖,如下:<dependency><groupId>com.qiyuesuo.sdk</groupId><artifactId>sdk-java</artifactId><version>3.3.9</version><s

文章图片
#spring#maven#jar +1
【ElasticSearch8】springboot整合es8(三),基于scroll的深度分页

springboot elasticSearch8开发(三),基于scroll的深度分页

文章图片
#spring boot#java#数据库
springboot自定义注解+mybatis拦截器-数据权限设计

针对部分业务功能数据需要实现数据权限控制,数据关系比较复杂,有多表关联查询的场景,查阅一番资料,使用Mybatis拦截器--Interceptor,通过实现Interceptor接口,结合自定义注解,实现数据权限控制。............

文章图片
#spring boot#java#mybatis
【ElasticSearch8】springboot整合es8(三),基于scroll的深度分页

springboot elasticSearch8开发(三),基于scroll的深度分页

文章图片
#spring boot#java#数据库
到底了