Skip to content

Instantly share code, notes, and snippets.

@nuboat
Created March 5, 2020 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuboat/a5acb70c35a6a395d89cbabf2df5ea0c to your computer and use it in GitHub Desktop.
Save nuboat/a5acb70c35a6a395d89cbabf2df5ea0c to your computer and use it in GitHub Desktop.
spbbook
package link.colon.component;
import org.springframework.stereotype.Component;
@Component
public class HelloWorld {
public String sayHi() { return "Hello World”; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment