logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

springcloud学习:Could not locate PropertySource: I/O error on GET request for "http://localhost:8888

我看别人的错误五花八门的我的错误是没有把配置写到bootstrap.yml 或 bootstrap.properties文件中https://blog.csdn.net/tangdaibing/article/details/95048834

MyBatis(或Plus):找不到xml文件。No MyBatis mapper was found in ‘[com.**.**.mapper]‘ package

我这个是新建了一个模块一、报错日志:WARN o.m.s.m.ClassPathMapperScanner - [warn,44] - No MyBatis mapper was found in '[com.**.**.mapper]' package. Please check your configuration.2021-11-22 13:54:20 JRebel:或者:找不到xxx方法二

#java#开发语言#后端
springboot学习三:导入自定义spring.xml文件

springboot的注解配置:详见一、编写servicepackage org.yq.HelloWorld.service;//业务逻辑层public class StudentService {//dao//private StudentDao studentDao;//set}二、编写spring.xml文件<?xml version...

mybatis-plus多租户配置(30秒急速配置)

一、基础配置,可以看原来写的这篇二、配置mybatis-plus(复制一下配置文件到你的配置类中即可)import com.baomidou.mybatisplus.core.handlers.MetaObjectHandler;import com.baomidou.mybatisplus.core.parser.ISqlParser;import com.baomidou.mybatisplu

mybatis升级到mybatis-plus遇到的问题

一、首先移除mybatis移除jar包、yml配置、@Configuration配置文件二、mybatis-plus的配置传送门:https://blog.csdn.net/qq_16946803/article/details/107753313三、遇到 java.lang.IllegalStateException: Property 'configuration' and 'configLo

mybatis-plus租户注解@SqlParser(filter = true)失效

问题:admin超级管理员查询所有用户的时候,使用 @SqlParser(filter = true) 注解发现不管用,每次都会在SQL后面追加一个tenant_id字段。一直以为是 MyBatis-Plus 的配置问题配置环境:MyBatis-Plus3.1.0 + Pagehelper1.2.5解决:最后我把Pagehelper 分页去掉了...

#html5
mybatis-plus:Failed to process, please exclude the tableName or statementId + 在系统中发现了多个分页插件,请检查系统配置!

网上好多都是讲一大堆的。。。@SqlParser(filter = true)看到这个应该就懂了,不懂就百度@SqlParser(filter = true)的使用也可以看这篇,写的很长很细https://blog.csdn.net/nibonnn/article/details/107228201

MySQL使用mysqlbinlog将binlog日志转为sql文件

一、打开mysqlbinlog.exe文件夹目录下的cmd界面二、在目录下输入mysqlbinlog.exe mysql-bin.000001 --result-file=D:\mysql001.sql--result-file 生成文件到D盘注:这里不需要进入到mysql控制台中三、结果...

net.sf.jsqlparser.statement.update.Update.getTables()Ljava/util/List;

完整错误:Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: net.sf.jsqlparser.statement.update.Update.getTables()Ljava/util/List;解决方法:快给这个jar包搞死了,主要是 jsqlparser 包冲突,全部都移除正常了,不知道是什么问

#list
vue传数组参数给java后端

设置数据格式为时间戳:value-format="timestamp"axios数组序列化请求参数:paramsSerializer。设置空间类型:type="datetimerange"四、MyBatis / MySQL处理查询格式。前景:在开发过程中使用elementUI组件。二、JS / VUE 数据传输。三、后端实体类接收请求参数。控件的时间戳格式是13位的。

#vue.js#java#mysql
    共 45 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择