Skip to main content

Posts

Showing posts from September, 2016

Spring boot Common application properties

http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html # =================================================================== # COMMON SPRING BOOT PROPERTIES # # This sample file is provided as a guideline. Do NOT copy it in its # entirety to your own application. ^^^ # =================================================================== # ---------------------------------------- # CORE PROPERTIES # ---------------------------------------- # BANNER banner.charset =UTF-8 # Banner file encoding. banner.location =classpath:banner.txt # Banner file location. banner.image.location =classpath:banner.gif # Banner image file location (jpg/png can also be used). banner.image.width = # Width of the banner image in chars (default 76) banner.image.height = # Height of the banner image in chars (default based on image height) banner.image.margin = # Left hand image margin in chars (default 2) banner.image.invert = # If images