Yicheng Ouyang
Yicheng Ouyang
Hi, I am trying to run the gRPC microservices example mentioned in the README.md, but I found that [LocalServer.java](https://github.com/google/startup-os/blob/master/tools/reviewer/local_server/LocalServer.java) can not run because it tries to import a nonexistent class...
## Description At the [Doc of the Project Dependencies API](https://libraries.io/api#project-dependencies), it says `pass latest to get dependency info for the latest available version`. However, dependency info of the wrong latest...
"java.lang.VerifyError: Register x contains wrong type" after modifying instructions in class file.
This problem happened when we are trying to apply two mutators to a single class file. One is the "return" mutator, trying to directly jump to the return statement. The...
Hi, I am learning microservices through this project. I have successfully run this demo in docker. However, I noticed that for some interfaces in Carts, Orders, and Shipping, I can...
您好!我在尝试跑您的项目时,遇到了一些问题,希望得到您的回复! 我先是按README.md里说的用docker启动了mysql,然后依次在本地IDE启动了四个服务。我想调接口尝试一下,但是进入http://localhost:8295/swagger-ui.html 会显示如下界面。  请问可能是因为什么原因呢? PS:四个服务对应的url除了第一个能看到Eureka的界面外,其他三个都会显示上面的界面。本地IDE中四个服务也都没有报错信息。