
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
MyBatis-Plus通用中等、大量数据分批查询和处理
1、application.yml配置http:port: 8081server:port: 8082tomcat:#uri地址编码为UTF-8解决传值为中文时乱码uri-encoding: UTF-8servlet:encoding:charset: UTF-8# 开启https,配置跟证书对应ssl:enabled: truekey-store: classpath:lqyhmini.jks
idea使用jdk17时MyBatisPlus报module java.base does not "opens java.lang.reflect" to unnamed module
springboot之maven或gradle打包排除依赖或文件,解决:failed with MalformedInputException

idea使用jdk17时MyBatisPlus报module java.base does not "opens java.lang.reflect" to unnamed module
idea之gradle搭建springboot项目并解决构建过程中的报错

springboot之maven或gradle打包排除依赖或文件,解决:failed with MalformedInputException

解决SpringMVC使用MyBatis-Plus自定义MyBaits拦截器不生效的问题

idea让实现了Serializable的类提示生成serialVersionUID

搭好fastdfs以后,正常访问浏览器没问题,但是前端获取的时候会出现跨越访问。因为访问fastdfs的图片的时候是用Nginx访问的,nginx当中要配置跨域访问,前端才能正常获取图片。一定要在location里面配置如下2行add_header ‘Access-Control-Allow-Origin’ ‘*’;add_header ‘Access-Control-Allow-Credenti







