quarkiverse / quarkus-poi

Apache POI is an API to access Microsoft Office files. This extension provides integration with Apache POI
https://poi.apache.org/
Apache License 2.0
12 stars 3 forks source link

mvn -Pnative native:compile 编译报错 #81

Closed kungoudemahou closed 1 year ago

kungoudemahou commented 1 year ago

不引入quarkus-poi可以正常编译mvn -Pnative native:compile 引入后编译不通过 这是我的错误信息 1697101319479 这是我的pom文件 1697102086662 1697102048727

melloware commented 1 year ago

It looks like you are trying to mix and match Spring Boot and Quarkus. Quarkus POI is for Quarkus only and I don't think will work with Spring Boot.