springboot错误

GitHub 致命错误:无法访问

一、现象 ......
错误 GitHub

GitHub 致命错误:鉴权失败

一、现象 二、解决 git remote set-url origin https://token@github.com/Meidanlong/all-in-one.git git push ......
错误 GitHub

SpringBoot集成Redis

SpringBoot集成Redis需要的配置 RedisTemplate <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 ......
SpringBoot Redis

总结篇:SpringBoot常用注解总结

使用springboot开发的优点,就是不用部署war文件因为内部嵌入了tomcat的,允许通过maven来根据需要的starter,非常的方便,可以自动配置spring,为程序员减少大量时间用于写业务逻辑,更不用担心使用某个依赖的版本问题,springboot全部为你自己选择。 springboo ......
注解 SpringBoot 常用

hadoop集群常见错误

虚拟及没有启动任何服务器查看jps会显示jps,如果没有显示任何东西 [root@slave2 ~]# jps 9647 Jps 解决方案 # 进入/tmp查看 [root@slave1 dfs]# cd /tmp [root@slave1 tmp]# ll 总用量 48 drwxr-xr-x. 2 ......
集群 常见 错误 hadoop

解决npm打包出现的错误

错误描述: node_modules/@types/node/ts4.8/test.d.ts:647:22 - error TS1005: ',' expected. 解决办法: 解决办法: 是因为版本不兼容 node -v 查看当前的node版本为16.14.2 然后将package.json里面 ......
错误 npm

SpringBoot与SpringCloud的版本对应详细版

最新的使用 版本兼容 <!-- 统一管理jar包版本 --> <properties> <spring-cloud.version>2021.0.5</spring-cloud.version> <spring-boot.version>2.7.6</spring-boot.version> </p ......
SpringCloud SpringBoot 版本

DataX使用常见错误

报错1 [root@slave1 datax]# python bin/datax.py job/base_province.json DataX (DATAX-OPENSOURCE-3.0), From Alibaba ! Copyright (C) 2010-2017, Alibaba Grou ......
常见 错误 DataX

springboot配置文件的优先级

1 配置文件不同位置优先级不同 文件路径 相对目录 级别 classpath: application.yml resources目录 最低-程序员 classpath: config/application.yml resources目录下的config目录 项目经理 file: applicat ......
优先级 springboot 文件

springboot 连接工具

### server: port: 9999mybatis-plus: configuration: map-underscore-to-camel-case: true log-impl: org.apache.ibatis.logging.stdout.StdOutImpl type-alias ......
springboot 工具

全志R16关于softap的错误解决

当前使用的soc是全志R16,WiFi芯片是RTL8723DS,使用全志自带的命令【softap_up】时报错,最终得以解决,记录一下修改过程。 一、解决问题一 1.1 改变选项 如果关于【menuconfig -> Allwinner -> softap】的选择是完全按照默认来的话,【wifi m ......
错误 softap R16 16

Unknown at rule @tailwindcss 错误

如果项目中配置了stylelint,并且使用了tailwindcss,会报这个错误 解决方案: 1,安装 stylelint-config-tailwindcss 插件: npm install stylelint-config-tailwindcss --save-dev 2,配置 styleli ......
tailwindcss 错误 Unknown rule at

SpringBoot异步任务获取HttpServletRequest

前言 在使用框架日常开发中需要在controller中进行一些异步操作减少请求时间,但是发现在使用@Anysc注解后会出现Request对象无法获取的情况,本文就此情况给出完整的解决方案 原因分析 @Anysc注解会开启一个新的线程,主线程的Request和子线程是不共享的,所以获取为null 在使 ......
HttpServletRequest SpringBoot 任务

netstat -napt命令报:Command 'netstat' not found错误

解决方法: 使用命令:yum install net-tools 安装好net-tools工具包,就可以正常使用netstat -napt命令 ......
netstat 命令 错误 Command found

spirng、springboot、jdk、maven、tomcat版本问题

引入springboot依赖时会自动安装spring对应依赖,版本由springboot决定。 springboot2.x.x及以下使用jdk11、jdk8都可以,springboot3.x.x最低要求jdk17 maven与jdk版本关系,参照链接:https://maven.apache.org ......
springboot 版本 spirng tomcat 问题

数据持久层框架mybatis学习:使用mybatis+SpringBoot完成增删改查

目录一、MyBatis的应用配置二、使用mybatis+SpringBoot完成增删改查2.1 代码实现2.2 增删改查接口调用 一、MyBatis的应用配置 依赖 pom.xml 注意:版本号的依赖冲突问题 <?xml version="1.0" encoding="UTF-8"?> <proje ......
mybatis SpringBoot 框架 数据

openstack 错误(报错)集合

1、 执行nova命令报错: ERROR (CommandError): You must provide a username or user ID via --os-username, --os-user-id, env[OS_USERNAME] or env[OS_USER_ID] 需要执行一 ......
openstack 错误

Python定位错误:段错误 (核心已转储)

技术背景 在各种编程语言中都有可能会遇到这样一个报错:“段错误 (核心已转储)”。显然是编写代码的过程中有哪里出现了问题,但是这个报错除了这几个字以外没有任何的信息,我们甚至不知道是哪一行的代码出现了这个问题。 解决方案 在python中可以引用一个faulthandler的函数,就可以显示更加具体 ......
错误 核心 Python

"the tx doesn't have the correct nonce":使用hardhat调用ganache上部署的合约遇到的一个错误

完整的报错 >查询存证请求 存证请求内容, datahash:0xaad2171441bd73b773e9a9e062753909360bdfcabbddbe93c6c58b13c5c0feaa, 创建人:0xF7A1938Fecc594aaF126d46fd173cE74A659ad9A, 附加信 ......
quot 合约 the 错误 correct

使用React+SpringBoot开发一个协同编辑的表格文档

前言 随着云计算和团队协作的兴起,协同编辑成为了许多企业和组织中必不可少的需求。通过协同编辑,多个用户可以同时对同一个文档进行编辑和更新,从而提高工作效率和协作能力。本文小编就将为大家介绍如何使用React+SpringBoot简单的开发一个协同编辑的表格文档。 环境准备 用到的开发工具: 前端开发 ......
SpringBoot 表格 文档 React

2、SpringBoot2之入门案例

2.1、创建Maven工程 2.1.1、创建空项目 2.1.2、设置项目名称和路径 2.1.3、设置项目sdk 2.1.4、项目初始状态 注意:需要关闭项目再重新打开,才能看到SpringBoot-Part文件夹 2.1.5、配置maven 2.1.6、创建module 右击SpringBoot-P ......
SpringBoot2 SpringBoot 案例

archlinux开机出现错误Dependency failed for /home. Dependency failed for Local File System Time outwaiting for device /dev/disk/...

错误如下 Dependency failed for /home. Dependency failed for Local File System Time outwaiting for device /dev/disk/... 应该是文件系统表不正确了,导致访问文件系统失败。 使用救援盘挂载分区 ......
Dependency failed for outwaiting archlinux

SpringBoot开启注册发现并使用feign进行远程调用

1、安装nacos服务端 nacos下载地址 https://github.com/alibaba/nacos/releases 下载nacos之后解压并启动 Nacos默认端口是8848 2、配置maven坐标信息 2.1 配置坐标管理 <dependencyManagement> <depend ......
SpringBoot feign

记录一次springboot启动卡住问题

springboot启动不会报错但是卡在打印阶段 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| ......
springboot 问题

springboot连接mysql出现的SSL问题

1、连接配置 spring: datasource: username: root password: root url: jdbc:mysql://192.168.0.1:3307/admin?useUnicode=true&characterEncoding=UTF-8&serverTimezo ......
springboot 问题 mysql SSL

Nginx 配置(Config)中遇到的错误(Error)

原文:https://ichochy.com/posts/software/20231125.html nginx location 正则错误写法 location 错误的写法 匹配请求目录地址 /555 server { location ~ ^/\d{2,3}$ { …… } } 分析正则 lo ......
错误 Config Nginx Error

SpringBoot集成多个RabbitMq(多个MQ链接)

##2023年12月16日 20:25:36 项目中使用RabbitMQ作为应用间信息互通,本次梳理下关于MQ的使用。 1、引入依赖 <!-- 引入依赖,使用v2.5.6版本 --> <dependencies> <dependency> <groupId>org.springframework.b ......
多个 SpringBoot RabbitMq 链接

Windows2008R2 IIS配置证书 ERR_SSL_VERSION_OR_CIPHER_MISMATCH 错误解决方法

IIS Crypto 用这个工具很方便,也可以手动修改注册表 工具内置最佳实践,点击 Best Practices 再 Apply,然后重启服务器即可,设置前记得备份注册表。 参考:https://blog.csdn.net/a873744779/article/details/103635882h ......

Springboot整合MybatisPlus

1、引入mybatis-plus坐标 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.2.0</version> </dependen ......
MybatisPlus Springboot