Last active
April 4, 2021 09:21
-
-
Save mehmetcemyucel/606444790323514dea3e6bf7ea3ce6f5 to your computer and use it in GitHub Desktop.
mcy-sb-rest-test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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