Skip to content

Instantly share code, notes, and snippets.

@relax-more
Last active December 10, 2015 13:02
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 relax-more/c65398d1c98e5f90add3 to your computer and use it in GitHub Desktop.
Save relax-more/c65398d1c98e5f90add3 to your computer and use it in GitHub Desktop.
How to use ConfigurationProperties (feel so good.)
kamera:
pentax:
lens: 18-50 zoom
@Component
@ConfigurationProperties(prefix = "kamera")
@Data
public class KameraSetting {
private Kamera pentax;
@Data
public static Kamera{
private String lens;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment