摘要: IDEA中Add New Configuration找不到Tomcat 阅读全文
posted @ 2025-09-30 08:58 HezhezhiyuLe 阅读(6) 评论(0) 推荐(0)
摘要: 打包present, but unavailable;报错Failed to execute goal on project*: Could not resolve dependencies for project 阅读全文
posted @ 2025-09-28 16:11 HezhezhiyuLe 阅读(8) 评论(0) 推荐(0)
摘要: 前言 使用MAC idea2025.2 tomcat8 设置环境变量,启动失效问题解决 分析 网上说是zsh和bash命令问题,但是尝试多次覆盖文件,启动读取依然没用 MAC下~/.bash_profile无效 ~/.bash_profile配置无问题,为何每次打开新的终端都需要source ~/. 阅读全文
posted @ 2025-09-26 17:17 HezhezhiyuLe 阅读(18) 评论(0) 推荐(0)
摘要: groovy自定义输出XML文件零基础学习&Generate POJOs.groovy:MultipleCompilationErrorsException解决&groovy注释中文乱码问题解决 阅读全文
posted @ 2025-09-23 21:59 HezhezhiyuLe 阅读(9) 评论(0) 推荐(0)
摘要: 前言 启动报错,打包可以,启动报错; 针对这个问题 可以看下.ClassNotFoundException和NoClassDefFoundError:有啥区别先 org.springframework.beans.factory.BeanCreationException: Error creati 阅读全文
posted @ 2025-09-19 18:31 HezhezhiyuLe 阅读(15) 评论(0) 推荐(0)
摘要: Error encountered when performing Introspect the Portion of 最新解决方案&新版本idea Introspect using JDBC metadata在哪设置? 阅读全文
posted @ 2025-09-18 16:38 HezhezhiyuLe 阅读(8) 评论(0) 推荐(0)
摘要: MAC tomcat启动报错 org/apache/catalina/startup/Bootstrap has been compiled by a more recent 阅读全文
posted @ 2025-09-12 16:08 HezhezhiyuLe 阅读(9) 评论(0) 推荐(0)
摘要: 前言 本地打包,需要用到ctg-cache-nclient一个redis连接包,这个远端没有下载不下来,于是复制到对应仓库目录下,选择用IDEA重构maven仓库索引的方式使用此jar包,但是在本地有的情况下,依然选择在远端下载 Failure to find com.ctg.itrdc.cache 阅读全文
posted @ 2025-08-28 08:54 HezhezhiyuLe 阅读(12) 评论(0) 推荐(0)
摘要: 前言 上篇文章讲述了SpringCloud框架如何实现负载均衡,非常简单,今天,我们采用Debug方式追底层源码,探究它是如何实现负载均衡的,已经底层负载机制为什么是轮询 上篇文章:负载均衡Ribbon 准备 准备一个Eureka,三个服务器(集群),一个客户端,5个全运行 注意:Debug运行us 阅读全文
posted @ 2025-08-01 17:31 HezhezhiyuLe 阅读(7) 评论(0) 推荐(0)
摘要: struts2上传文件报错,各种报错不断,上传的excel2007文件` new XSSFWorkbook(fileInputStream)`报错,尝试了各种方法,还是无法解决,原因和导包版本有问题No result defined for action/NoClassDefFoundError/ClassNotFoundException/NoSuchMethodError 阅读全文
posted @ 2025-07-19 15:23 HezhezhiyuLe 阅读(18) 评论(0) 推荐(0)