enilu / web-flash

web-flash -- Admin Framework and Mobile Website Based on Spring Boot and Vue.js
http://webflash.enilu.cn
MIT License
1.29k stars 363 forks source link

项目打包报错Error:(132,41) java: 无法访问com.sun.beans.introspect.PropertyInfo #63

Closed aisidd closed 4 years ago

aisidd commented 4 years ago

如果打包API项目的话会提示 访问不了core包 我在core包下面加入了一个包 如果整体打包的项目的话提示标题的错误。 请问应该怎么打包?

aisidd commented 4 years ago

这个问题可以关闭啦,因为配置MAVEN的时候默认使用了本机的JDK11,而项目配置在pom的的jdk版本是1.8,所以编译报错 打包需要用父类的pom打包,除了API其他的项目pom中不能有build节点