- 博客(65)
- 资源 (1)
- 收藏
- 关注
原创 mapper.xml中注释问题
一句话总结:在 MyBatis 的 XML 映射文件中,注释必须使用 <!-- 注释内容 -->,可参考 官方文档 中使用的注释。
2021-10-08 11:42:24
708
原创 could not find com.github.jgraph:jgraphx:v3.9.3
引入下面依赖时,报了错误:could not find com.github.jgraph:jgraphx:v3.9.3
2021-09-12 19:13:20
6294
10
转载 JodConverter Error :officeHome not set and could not be auto-detected
原问题:I am trying to set up jodconverter using libre office. when i try to use it i get this error: officeHome not set and could not be auto-detected.I set office home but this is still coming up. Below is how I have it set up. Can anyone advise what ...
2021-08-30 17:42:11
2454
原创 idea插件下载很慢的解决办法
idea插件的官方地址为:https://plugins.jetbrains.com/下载慢,可能是解析的ip速度慢,分三步解决:1、找到 plugins.jetbrains.com 对应的速度快的 ip进入网站 http://tool.chinaz.com/dns/ ,如下图所示进行检测。2、修改host文件一般host文件在 “C:\Windows\System32\drivers\etc\hosts”。建议安装火绒安全软件,用它的安全工具进行修改。...
2021-08-30 17:18:39
4989
原创 Thymeleaf页面无法正常解析显示An error happened during template parsing
Thymeleaf页面无法正常解析显示An error happened during template parsing
2021-06-17 14:59:07
1033
原创 跨域问题 Access to XMLHttpRequest
产生原因:解决方法:有很多。方法一:在对应接口的controller上加上@CrossOrigin注解import org.springframework.web.bind.annotation.CrossOrigin; @CrossOrigin public class HospitalSetController {方法二:实现WebMvcConfigurer接口,重写addCorsMappings方法import org.springframework.conte..
2021-06-14 10:52:48
4966
原创 找不到可用的组件:No qualifying bean of type ‘xxx.xxx.XxxMapper‘ available
找不到可用的组件:No qualifying bean of type 'xxx.xxx.XxxMapper' available
2021-06-10 11:34:50
1676
原创 idea 使用Spring Initialzr快速创建springboot项目时报错 Cannot download
idea 使用Spring Initialzr快速创建springboot项目时报错 Cannot download
2021-06-09 17:08:49
1374
原创 引入自定义springboot的starter后却找不到相关的类(BOOT-INF文件夹的坑)
引入自定义springboot的starter后却找不到相关的类(BOOT-INF文件夹的坑)
2021-02-21 20:51:22
2988
3
原创 git异常:fatal: pathspec ‘xxx‘ did not match any files
git异常:fatal: pathspec 'xxx' did not match any files
2021-01-24 17:15:00
6176
原创 Linux中:There is insufficient memory for the Java Runtime Environment to continue.
Linux中:There is insufficient memory for the Java Runtime Environment to continue.
2021-01-19 16:38:40
1410
原创 Caused by: java.lang.ClassNotFoundException: org.mybatis.logging.LoggerFactory
springboot整合mybatis-plus
2021-01-08 21:48:36
2266
1
原创 _method: “PUT“和_method: “DELETE“不起作用
问题:springboot从2.0.6升级到2.2.6put和delete请求等不起作用,只有get和post请求起作用。解决:在application.properties中配置如下:# 开启mvc的HiddenHttpMethodFilter,使表单可以发送PUT、DELETE等请求spring.mvc.hiddenmethod.filter.enabled=true...
2021-01-05 12:57:13
2611
原创 springboot升级:NoSuchMethodError: redis.clients.jedis.ScanResult.getStringCursor()Ljava/lang/String
springboot从2.0.6升级到2.2.6,报错。java.lang.NoSuchMethodError: redis.clients.jedis.ScanResult.getStringCursor()Ljava/lang/String;
2021-01-04 12:48:05
1588
原创 springboot升级:The following method did not exist: org.thymeleaf.spring5.SpringTemplateEngine.setRend
springboot从2.0.6 升级 到2.2.6,启动报错。Thefollowing method did not exist: org.thymeleaf.spring5.SpringTemplateEngine.setRenderHiddenMarkersBeforeCheckboxes(Z)V
2021-01-04 12:46:41
406
原创 The bean ‘userNameRealm‘,could not be registered. A bean with that name has already been defined
The bean ‘userNameRealm‘,could not be registered. A bean with that name has already been defined
2021-01-04 12:45:14
360
原创 Git: Push failed, unable to access, could not resolve host
如图所示:原因:没网了......
2021-01-04 12:43:01
452
原创 springboot整合mybatisplus 启动异常:Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate‘ are required
springboot整合mybatisplus 启动异常
2021-01-01 10:02:22
2998
2
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人