java.lang.Object
info.ejava.examples.app.config.configproperties.properties.UserProperties

@ConfigurationProperties("user") public class UserProperties extends Object
  • Field Details

    • name

      @NotNull private final @NotNull String name
    • home

      @NotNull private final @NotNull String home
    • timezone

      @NotNull private final @NotNull String timezone
  • Constructor Details