Skip to content

Instantly share code, notes, and snippets.

@fasfsfgs
Last active November 28, 2021 16:30
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 fasfsfgs/c1a3349b43c0cf5ef50be7f3b1c35ff5 to your computer and use it in GitHub Desktop.
Save fasfsfgs/c1a3349b43c0cf5ef50be7f3b1c35ff5 to your computer and use it in GitHub Desktop.
public class Controller {
@Value("${property}") private String property;
public void property {
System.out.println(property);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment