Skip to content

Instantly share code, notes, and snippets.

@banterCZ
Created June 15, 2017 07:33
Show Gist options
  • Save banterCZ/b6711675c4437fa63f54e169b560fb48 to your computer and use it in GitHub Desktop.
Save banterCZ/b6711675c4437fa63f54e169b560fb48 to your computer and use it in GitHub Desktop.
SPeL and propety placeholder using default value
/**
* Optional property <code>myApp.node-name</code>, hostname otherwise.
*/
@Value("#{'${myApp.node-name:}'?:T(java.net.InetAddress).getLocalHost().getHostName()}")
private String nodeName;
@lubos-svoboda
Copy link

Nečitelný kod se má refaktorovat, takže bych to přepsal do něčeho srozumitelneho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment