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

@ConfigurationProperties("app.config.car") public class CarProperties extends Object
This class provides a example of ConfigurationProperties class that uses a default constructor and Java bean setter()/getter() methods.
  • Field Details

    • name

      private String name
      Name of car with no set maximum size
  • Constructor Details

    • CarProperties

      public CarProperties()
  • Method Details