Langsung ke konten utama

Postingan

Menampilkan postingan dari Mei, 2020

Spring Boot Common Properties

# =================================================================== # 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 # ---------------------------------------- debug =false  # Enable debug logs. trace =false  # Enable trace logs. # LOGGING logging.config =  # Location of the logging configuration file. For instance, `classpath:logback.xml` for Logback. logging.exception-conversion-word =%wEx  # Conversion word used when logging exceptions. logging.file =  # Log file name (for instance, `myapp.log`). Names can be an exact location or relative to the current directory. logging.file.max-history =0  # Maximum of archive log files to keep. Only supported with the default logback setup. logging.file.max-size =10MB  # Maximum log fil...