如下提示: install安装jar后,进行部署报错。
除了安装官方文档,修改 upload地址之外,如果jar部署在windows环境 启动会报错。(见下面报错信息)
主要原因:
解决方法:
调整路径地址
报错信息:
2024-05-11 22:36:33.474 [main] INFO org.jeecg.config.init.CodeTemplateInitListener:63 - create file codeTemplate = D:\codes\jeecg-boot-v3.4.3last\config\jeecg/code-template-online/common/form/
2024-05-11 22:36:33.484 [main] INFO org.jeecg.JeecgSystemApplication:35 -
cn.hutool.core.io.IORuntimeException: IOException: 系统找不到指定的路径。
at cn.hutool.core.io.FileUtil.touch(FileUtil.java:666)
&