Liubsyy / HotSecondsIDEA

HotSeconds是一款Java远程热部署的插件,可实现秒级一键化热更新。插件分为HotSecondsClient(IDEA热部署插件)和HotSecondsServer(服务端javaagent热更新插件),可以热更新java和常用配置文件,也支持常用框架(Spring,MyBatis)的热更新,相对传统部署可节省大量时间提高开发效率。
GNU General Public License v2.0
376 stars 49 forks source link

IDEA 2023.2 更新18.8之后启动报错,排除HotSecondsClient-1.8.8.jar之后正常启动 #35

Closed AlbertJason closed 1 year ago

AlbertJason commented 1 year ago

image

Liubsyy commented 1 year ago

试了下仅仅IDEA2023.2安装1.8.8有问题,我过滤了一下版本,你再更新一下就没问题了,应该是能更新到1.8.7

AlbertJason commented 1 year ago

好的,正常了