com.google.protobuf:protoc:windows-x86_64:3.21.7:exe
·
把 pom.xml 里 protocArtifact 改成插件要求的格式 groupId:artifactId:version:exe:classifier,并且在 <properties> 里明确加了 protobuf.version 和 protoc.classifier(Windows 用 windows-x86_64),避免属性没解析时变成字面量。


更多推荐



所有评论(0)