logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Caused by: java.lang.NoSuchMethodError: com.google.gson.GsonBuilder.setLenient()Lcom/google/gson/Gso

最上面是无法嵌入tomcat容器错误,造成原因如标题所示,解决办法加入依赖<!-- 持久层框架 类似 hibernatemapper 只是 mybatisspringboot  mybatis 可以不用 xml可用 全注解--><dependency><groupId>org.sitemesh&l...

java实体和json的互转

一、json转java实体json格式的数据转java实体:http://www.bejson.com/json2javapojo/new/本人是在这个基础上面再次进行实体的封装源数据如下[{"obj2": {"geometry": "POLYGON ((102.609458921 25.0533587, 102.609212857 25.0533

webstorm对javascript进行eslint格式校验

1安装eslint插件2启动了vue项目后,在vue项目的根路径下会生成.eslintignore的文件,鼠标右键点击红色框里面的选项,就可以修复格式错误了

处理Vue is a constructor and should be called with the `new` keyword

找了半天,发现自己使用Vue.user()出错了。import Vuex from 'vuex'import Vue from 'vue'Vue.use(Vuex)Vue.use(Vue)把上面的Vue.user(Vue)删除就对了

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.builder.BuilderExce

使用mybaties的@SelectProvider时出现的问题org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.builder.BuilderException: Error invoking SqlProvider method (com.example.demo.dynamicsq

到底了