Skip to content

[咨询]编译报错问题咨询 #4

New issue

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

Open
marvel00000 opened this issue Apr 24, 2022 · 1 comment
Open

[咨询]编译报错问题咨询 #4

marvel00000 opened this issue Apr 24, 2022 · 1 comment

Comments

@marvel00000
Copy link

编译环境: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] 方法不会覆盖或实现 超类型的方法

咨询一下,还需要配置其他东西吗?

@jamai
Copy link

jamai commented Jul 25, 2022

同问。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants