Class PdfferCoreConfiguration

java.lang.Object
org.nekosoft.pdffer.PdfferCoreConfiguration

@Configuration @ComponentScan @ConfigurationPropertiesScan(basePackages="org.nekosoft.pdffer.props") public class PdfferCoreConfiguration extends Object
The main Spring configuration class for PDFfer Core. It scans for Spring beans from the current package down, and also reads all Properties POJOs from the org.nekosoft.pdffer.props package.
  • Field Details

    • PROFILE_ACTUATOR

      public static final String PROFILE_ACTUATOR
      The name of the profile that includes the Spring Actuator beans for PDFfer.
      See Also:
      Constant Field Values
    • PROFILE_SHELL

      public static final String PROFILE_SHELL
      The name of the profile that includes the Spring Shell beans for PDFfer.
      See Also:
      Constant Field Values
    • PROFILE_EXPLORER

      public static final String PROFILE_EXPLORER
      The name of the profile that includes the PDFfer Explorer website.
      See Also:
      Constant Field Values
  • Constructor Details

    • PdfferCoreConfiguration

      public PdfferCoreConfiguration()