


= # 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. 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.
