

# FILE ENCODING (FileEncodingApplicationListener) If not set, auto-detected based on the classpath. application-type= # Flag to explicitly request a specific type of web application. = # Sources (class names, package names, or XML resource locations) to include in the ApplicationContext. mode=console # Mode used to display the banner when the application runs. bean-definition-overriding=false # Whether bean definition overriding, by registering a definition with the same name as an existing definition, is allowed. # APPLICATION SETTINGS (SpringApplication) connection=false # Whether to test that the mail server is available on startup. =smtp # Protocol used by the SMTP server. *= # Additional JavaMail Session properties. When set, takes precedence over other Session settings. encoding=UTF-8 # Default MimeMessage encoding. names=false # Whether unique runtime object names should be ensured. =true # Expose management beans to the JMX domain. =classpath:git.properties # Location of the generated git.properties file. =classpath:META-INF/build-info.properties # Location of the generated build-info.properties file. # PROJECT INFORMATION (ProjectInfoProperties) = # The location of the configuration file to use to initialize Hazelcast. = # Config file locations that replace the defaults. location= # Config file locations used in addition to the defaults. # SPRING CONFIG - using environment property only (ConfigFileApplicationListener) By default, auto-detected according to the environment. key-prefix=true # Whether to use the key prefix when writing to Redis. null-values=true # Allow caching null values. Needed only if more than one JSR-107 implementation is available on the classpath.

= # Fully qualified name of the CachingProvider implementation to use to retrieve the JSR-107 compliant cache manager. = # The location of the configuration file to use to initialize the cache manager. = # The location of the configuration file to use to initialize Infinispan. = # The location of the configuration file to use to initialize EhCache. Note that this value is ultimately converted to seconds.

See CaffeineSpec for more details on the spec format. names= # Comma-separated list of cache names to create if supported by the underlying cache manager. =true # Whether to skip search of BeanInfo classes. =false # Whether images should be inverted for dark terminal themes. = # Height of the banner image in chars (default based on image height). =76 # Width of the banner image in chars. =classpath:banner.gif # Banner image file location (jpg or png can also be used). =classpath:banner.txt # Banner text resource location. = # Auto-configuration classes to exclude. name=:type=Admin,name=SpringApplication # JMX name of the application admin MBean. =false # Whether to enable admin features for the application. # ADMIN (SpringApplicationAdminJmxAutoConfiguration) # IDENTITY (ContextIdApplicationContextInitializer) =true # Add # Whether subclass-based (CGLIB) proxies are to be created (true), as opposed to standard Java interface-based proxies (false). Logging.register-shutdown-hook=false # Register a shutdown hook for the logging system when it is initialized. Supported only with the default Logback setup. = # Appender pattern for output to a file. =yyyy-MM-dd HH:mm:ss.SSS # Appender pattern for log date format. = # Appender pattern for output to the console. Logging.path= # Location of the log file. Logging.level.*= # Log levels severity mapping. oup.*= # Log groups to quickly change multiple loggers at the same time. Only supported with the default logback setup.

history=0 # Maximum of archive log files to keep. Names can be an exact location or relative to the current directory. Logging.file= # Log file name (for instance, `myapp.log`). Logging.exception-conversion-word=%wEx # Conversion word used when logging exceptions. For instance, `classpath:logback.xml` for Logback. nfig= # Location of the logging configuration file. # This sample file is provided as a guideline.
