logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

java.io.FileNotFoundException: class path resource [tessdata] cannot be resolved to absolute file pa

java.io.FileNotFoundException: class path resource [tessdata] cannot be resolved to absolute file path because it does not reside in the file system: jar:file:/F:/study/intelliJ_IDEA/java_program/Pic.

maven打包子模块

Could not find artifactXXXXXXXXX:pom:2.6 in public (http://maven.aliyun.com/nexus/content/groups/public/)日志模块依赖于公共模块,公共模块不依赖于其它子模块。打包公共模块正常,但在打包日志模块的时候报错。此处是因为找不到父工程。解决办法有两个:1.父类直接打包直接点击父类的install,《EL

#maven
到底了