随笔分类 - 错误集
摘要:报错提示内容: 解决:将启动类文件移动到com.atguigu.eduservice包。应该是EduApplication.java文件自带的@SpringBootApplication中包含@ComponentScan,默认是扫描该类所在的包和子包的,即 @ComponentScan(basePa
        阅读全文
                
摘要:1、原因这是由于两个版本不一致导致的; <!--mybatis-plus--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.5.1
        阅读全文
                
摘要:##报错信息: PS D:\disk\xubo\个人博客文章\27-Vue\资料(含课件)\vuedemo\vueproject> npm i pubsub-js npm ERR! code EPERM npm ERR! syscall open npm ERR! path D:\disk\soft
        阅读全文
                
摘要:感谢原作者:https://blog.csdn.net/weixin_42045639/article/details/125538161 #### 1.错误描述: - IDEA导入一个新的项目,运行时包编译失败  自己在给组件命名时没有使用大驼峰或者'-'拼接单词,所以编译的时候报错,实际上是语法检测的问
        阅读全文
                
摘要:##报错信息: [Vue warn]: Error compiling template: Component template should contain exactly one root element. If you are using v-if on multiple elements, 
        阅读全文
                
摘要:在使用 启动服务器执行命令: json-server --watch db.json 报错 json-server : 无法将“json-server”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。 报错信息 json-server : 无法将“json-server”项识别为 cmdl
        阅读全文
                
摘要:执行npm install -g json-server 命令报错 npm ERR! code ETIMEDOUT npm ERR! syscall connect npm ERR! errno ETIMEDOUT npm ERR! network request to https://regist
        阅读全文
                
摘要:原因是导入了jdbc的依赖,使用@Configuration注解向spring注入了dataSource bean。 但是因为工程中没有关于dataSource相关的配置信息,当spring创建dataSource bean因缺少相关的信息就会报错。 有两个办法: 办法1: 去除spring-boo
        阅读全文
                
摘要:1、问题 运行Spring Boot项目,发生java.lang.IllegalArgumentException异常,原因如下: ContextPath must start with '/' and not end with '/' 完整的Run输出如下: . ____ _ __ _ _ /\\
        阅读全文
                
摘要:一、Spring boot自定义配置实现自动提示 @ConfigurationProperties 的作用: 让JavaBean中属性值要和配置文件进行映射 @Getter @Setter @ConfigurationProperties(prefix = "jwt") public class J
        阅读全文
                
摘要:
        阅读全文
                
摘要:错误信息: com.xubo.rabbitmq.springbootrabbitmq.SpringbootRabbitmqApplication . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| |
        阅读全文
                
摘要:报错: Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerException错误 项目版本: springboot最新版本 <parent> <group
        阅读全文
                
摘要:##1.错误信息: Procedure execution failed ERROR: numeric field overflow (seg13 slice18 10.157.3.12:6001 pid=136334) DETAIL: A field with precision 10, scal
        阅读全文
                
摘要:##错误原因: Postgres:子查询使用外部查询中未分组的列 在写的sql中,子查询中使用了未分组的列。 ##解决方式: 将子查询中涉及到外部sql中字段放到外部group by 后面。
        阅读全文
                

 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号