- 博客(33)
- 收藏
- 关注
原创 当我们用SkyWalking本机启动的时候java.lang.UnsupportedClassVersionError: org/apache/skywalking/oap/server/starte
当我们用SkyWalking本机启动的时候报错:java.lang.UnsupportedClassVersionError: org/apache/skywalking/oap/server/starter/0APServerStartUp has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recogn
2024-05-16 20:37:14
858
原创 当我们在使用Sentinel集成到项目里面的时候报错:java.lang.NoClassDefFoundError: com/alibaba/csp/sentinel/spi/SpiLoaderat
这个时候我查了很多资料了解了很多都没有搞出来,最后等我都快休息的时候然后突然我的脑子冒出来一个想法” 是不是我的这个版本的问题 “ 然后我就检查了我的Maven里面Sentinel的版本。根据本质找原因说的就是他的这个:java.lang.NoClassDefFoundError: com/alibaba/csp/sentinel/spi/SpiLoader。当我们在使用Sentinel集成到项目里面的时候(Jar包集成)他们这个依赖统一了一致了这个报错就解了。我们得把他们的依赖版本都统一。
2024-05-14 17:30:03
796
原创 当我们想用Sharding-jdbc来分库分表的时候报错,The bean ‘dataSource‘, defined in class path resource
The bean 'dataSource', defined in class path resource [org/apache/shardingsphere/shardingjdbc/spring/boot/SpringBootConfiguration.class], could not be registered. A bean with that name has already been defined i
2024-05-07 20:45:13
1320
2
原创 当我们使用docker然后想要删除旧版的docker的时候报错:Configuration file /etc/yum/pluginconf.d/fastestmirror.conf not foun
Configuration file /etc/yum/pluginconf.d/fastestmirror.conf not foundUnable to find configuration file for plugin fastestmirrorNo Match for argument: dockerNo Match for argument: docker-clientNo Match for argument: docker-client-latest
2024-05-07 11:34:08
1213
原创 WARNING: bridge-nf-call-iptables is disabled,当我们用docker 的时候发现我们执行docker -v 的时候最下面会出现一行问题
WARNING: bridge-nf-call-iptables is disabled
2024-04-25 12:04:05
2959
5
原创 项目报错com.mall.common.domain.request那么就说明你的项目里面是找不到导入类的包名或者路径
项目报错com.mall.common.domain.request那么就说明你的项目里面是找不到导入类的包名或者路径
2024-04-24 15:51:09
379
原创 当我们使用git 上传码云的时候报错:Push rejected Push to origin/master was rejected
当我们使用git 上传码云的时候报错:Push rejected Push to origin/master was rejected
2024-04-14 19:34:59
1500
原创 当使用拦截器的时候报错Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway
Description:Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway.Action:Please set spring.main.web-application-type=reactive or remove spring-boot-starter-web dependency.
2024-04-12 15:54:32
846
原创 数据库导入文件或者运行文件的时候报错误 #1046 - No database selected
mysql导入文件报错#1046 - No database selected
2024-03-24 10:55:49
1676
原创 spring.datasource.type to java.lang.Class javax.sql.DataSourceError creating bean with name ‘dataSo
刚开始给我报:Failed to bind properties under 'spring.datasource.type' to java.lang.Class:然后 Error creating bean with name 'dataSource' defined in class path resource
2024-03-08 09:25:02
764
原创 ‘parent.relativePath‘ of POM com.atguigu:gmall-admin:1.0.0
错误:'parent.relativePath' of POM com.atguigu:gmall-admin:1.0.0 (C:\Users\Administrator\Desktop\gmall\gmall-admin\pom.xml) points at com.atguigu:gmall instead of org.springframework.boot:spring-boot-starter-parent, please verify your project structure
2024-03-04 08:50:31
602
1
原创 es创建索引库bug,“reason“ : “Failed to parse mapping [_doc]: analyzer [ik_smart] has not been configured
"reason" : "Failed to parse mapping [_doc]: analyzer [ik_smart] has not been configured
2024-02-29 10:13:42
1204
原创 docker报Cannot connect to the Docker daemon at unix:/var/run/docker.sock. the docker daemon running?
该怎么解决呢当开始我想了半天使用了 docker restart ...什么得都没得办法,最后试了这个就可以了1、使用这一行命令就行了sudo systemctl start docker2、然后再执行 docker ps -a 看看你的所有的容器有没有被开启。
2024-02-17 21:08:50
523
1
原创 在启动项目的时候报Unable to connect to localhost/<unresolved>:6379
启动项目报错Unable to connect to localhost/:6379怎么解决
2024-01-24 09:06:26
2644
1
原创 手把手教你,idea 2022.3.2以上版本如何创建yml项目
8、粘取每个pom对应的依赖,项目父级依赖(根据自己需要所粘贴)11、粘贴mapper+配置文件(根据需要所粘贴)9、粘贴modules依赖(根据自己需要所粘贴)10、粘贴common依赖(根据自己需要所粘贴)6、在创建一个新包modules。1、创建一个最基本的项目。2、项目名和项目类型得改。4、创建common。
2024-01-22 13:46:51
642
原创 想必很多猿友们也正在为jdk8-jdk17苦恼如下整理了IDEA怎么使用jdk17
1、改父级版本把<version></version>改成1.0.0(根据实际改)2、其他的服务也得跟着改成1.0.0 (比如公共模块,业务模块)3、进入设置4、然后按步骤改地方5、选择版本jdk176、选择版本jdk177、里面对应的版本都改成17。
2024-01-21 20:28:47
1481
1
原创 手把手教你如何在2022.3.2以上idea创建Maven项目步骤完整版
手把手教你如何在2022.3.2以上idea创建Maven项目步骤完整版
2024-01-18 13:54:27
822
2
原创 手把手教你自动导包
2、进入到settings中后按照如图所示的目录勾选Add unambiguous imports on the fly和Optimize imports on the fly两个复选框,即可设置自动导包。1、打开idea,然后点击File的功能,在file中点击如图所示的settings的设置功能。
2024-01-17 13:55:39
575
空空如也
先有鸡还是先有蛋有知道的吗
2024-02-24
TA创建的收藏夹 TA关注的收藏夹
TA关注的人