- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 解决mybatis嵌套查询使用PageHelper分页不准确
springboot项目中嵌套查询使用PageHelper发现使用结果不正确,上PageHelper官网看了一下果然是有坑。。就是下面这种映射会导致分页结果不正确,既然下面这种不行换了一种方式<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
2021-05-05 17:12:32 1329 5
原创 springboot后端做静态服务资源的映射
springboot后端做静态服务资源的映射定义一个配置类WebMvcConfig ,实现WebMvcConfigurer接口实现WebMvcConfigurer中的addResourceHandlers方法@Configurationpublic class WebMvcConfig implements WebMvcConfigurer { // 实现静态资源的映射 @Override public void addResourceHandlers(Resource
2021-04-25 14:53:29 192
原创 记录springboot项目中使用hibernate 验证属性字段方法
记录springboot项目中使用hibernate 验证属性字段方法public class ValBean { /** * Bean Validation 中内置的 constraint * @Null 被注释的元素必须为 null * @NotNull 被注释的元素必须不为 null * @AssertTrue 被注释的元素必须为 true * @A
2021-04-24 21:23:58 110
原创 no privileges on tablespace USERS 对表空间 USERS 没有特权
oracle no privileges on tablespace ‘USERS’ 对表空间“ USERS”没有特权在导入csv文件到oracle数据库中报的这个错,alter user 库名字 quota unlimited on users完美解决
2020-05-22 09:46:55 392
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人