
错误
文章平均质量分 96
lrjajq
这个作者很懒,什么都没留下…
展开
-
学习Spring Cloud问题集
一. Feign问题:使用Feign时course-price项目导入其他项目(course-list)的实体类时,在feign客户端那个类上没有问题 在course-price项目的Controller上出现找不到类的问题解决:在course-list项目的pom.xml加上,<configuration> <classifier>exec</classifier></configuration&...原创 2021-07-28 01:16:04 · 1319 阅读 · 0 评论 -
2020版的idea创建 JavaWeb项目并配置tomcat(若无法识别Servlet接口,需要手动导入jar)
创建JavaWeb项目介绍:新版的idea不能像原来直接使用Java Enterprise创建Java Web项目2020版的idea创建 JavaWeb项目步骤:1.点击java模块(什么都不用选)–>next2.一直点击next,到 new Project 设置项目名称和存储地址3.选中项目右键4.选中Web Application5.java web项目创建完成2 配置tomcat步骤需要使用到tomcat,我这里仅提供tomcat7:链接:https://pan.b原创 2020-12-19 17:47:58 · 2202 阅读 · 5 评论 -
springBoot项目使用Junit时报maven-surefire-plugin:There are test failures.
详情:Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project test-springboot: There are test failures.Please refer to F:\project\test-springboot\target\surefire-reports for the individual test results.Ple原创 2020-12-15 18:07:59 · 694 阅读 · 0 评论 -
Invalid bound statement (not found): com.xxx.dao.xxx.xx
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.itheima.dao.CheckItemDao.addat org.apache.ibatis.binding.MapperMethodSqlCommand.<init>(MapperMethod.java:225)atorg.apache.ibatis.binding.MapperMethod.<init>(M原创 2020-12-08 15:52:58 · 431 阅读 · 0 评论