You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README.md->Getting started->Implement service interface for the provider 部分GreetingsServiceImpl多了一个s, 应该为GreetingServiceImpl,同样implements GreetingsService 也多了一个s, 应该为implements GreetingService.