java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.support.EntityProperties

public class EntityProperties extends Object
Spring Boot ConfigurationProperties used to configure the application base Package containing the application entity classes. The entity classes are then used to create and configure Apache Geode Regions. The configuration Properties are based on well-known, documented Spring Data for Apache Geode (SDG) Properties.
Since:
1.0.0
See Also:
  • Constructor Details

    • EntityProperties

      public EntityProperties()
  • Method Details

    • getBasePackages

      public String getBasePackages()
    • setBasePackages

      public void setBasePackages(String basePackages)