Skip to content

Instantly share code, notes, and snippets.

@mehmetcemyucel
Last active April 4, 2021 09:21
Show Gist options
  • Save mehmetcemyucel/606444790323514dea3e6bf7ea3ce6f5 to your computer and use it in GitHub Desktop.
Save mehmetcemyucel/606444790323514dea3e6bf7ea3ce6f5 to your computer and use it in GitHub Desktop.
mcy-sb-rest-test
@Component
public class SecondService {
public String getValue() {
return "service";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment