Class ProductClassConfiguration

java.lang.Object
de.dlr.proseo.prodclmgr.ProductClassConfiguration

@Configuration @ConfigurationProperties(prefix="proseo") @EntityScan(basePackages="de.dlr.proseo.model") public class ProductClassConfiguration extends Object
Configuration class for the prosEO Ingestor component
Author:
Dr. Thomas Bassler
  • Field Details

    • maxResults

      @Value("${spring.maxResults}") public Integer maxResults
      The maximum number of results to be retrieved by REST requests
  • Constructor Details

    • ProductClassConfiguration

      public ProductClassConfiguration()
  • Method Details

    • getMaxResults

      public Integer getMaxResults()
      Returns:
      the maximum number of results to be retrieved by REST requests