We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译环境:jdk8、已下载protoc-3.20.1-win64并修改了istio-api里protoc配置 编译报错信息:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project spring-boot-istio-api: Compilation failure: Compilation failure: [ERROR] /D:/workspace/workspace_github/spring-boot-istio-demo/spring-boot-istio-api/src/main/java/site/wendev/spring/boot/istio/client/api/HelloWorldService.java:[52,9] 找不到符号 [ERROR] 符号: 类 UnusedPrivateParameter [ERROR] 位置: 类 site.wendev.spring.boot.istio.client.api.HelloWorldService.HelloRequest [ERROR] /D:/workspace/workspace_github/spring-boot-istio-demo/spring-boot-istio-api/src/main/java/site/wendev/spring/boot/istio/client/api/HelloWorldService.java:[618,9] 找不到符号 [ERROR] 符号: 类 UnusedPrivateParameter [ERROR] 位置: 类 site.wendev.spring.boot.istio.client.api.HelloWorldService.HelloResponse [ERROR] /D:/workspace/workspace_github/spring-boot-istio-demo/spring-boot-istio-api/target/generated-sources/protobuf/java/site/wendev/spring/boot/istio/api/HelloWorldService.java:[52,9] 找不到符号 [ERROR] 符号: 类 UnusedPrivateParameter [ERROR] 位置: 类 site.wendev.spring.boot.istio.api.HelloWorldService.HelloRequest [ERROR] /D:/workspace/workspace_github/spring-boot-istio-demo/spring-boot-istio-api/target/generated-sources/protobuf/java/site/wendev/spring/boot/istio/api/HelloWorldService.java:[622,9] 找不到符号 [ERROR] 符号: 类 UnusedPrivateParameter [ERROR] 位置: 类 site.wendev.spring.boot.istio.api.HelloWorldService.HelloResponse [ERROR] /D:/workspace/workspace_github/spring-boot-istio-demo/spring-boot-istio-api/src/main/java/site/wendev/spring/boot/istio/client/api/HelloWorldService.java:[49,5] 方法不会覆盖或实现超类型的方法 [ERROR] /D:/workspace/workspace_github/spring-boot-istio-demo/spring-boot-istio-api/src/main/java/site/wendev/spring/boot/istio/client/api/HelloWorldService.java:[615,5] 方法不会覆盖或实现 超类型的方法
咨询一下,还需要配置其他东西吗?
The text was updated successfully, but these errors were encountered:
同问。
Sorry, something went wrong.
No branches or pull requests
编译环境:jdk8、已下载protoc-3.20.1-win64并修改了istio-api里protoc配置
编译报错信息:
咨询一下,还需要配置其他东西吗?
The text was updated successfully, but these errors were encountered: