
com.github.alexfalappa.nbspringboot.templates.applproperties.application.properties.template Maven / Gradle / Ivy
<#assign licensePrefix = "# ">
<#include "${project.licensePath}">
# show sql statements issued by JPA
#spring.jpa.show-sql=true
# enable debug logging for spring boot and hibernate classes
# this is equivalent to passing '--debug' as command line argument
#logging.level.org.springframework.boot=DEBUG
#logging.level.org.hibernate.SQL=DEBUG
# log to file (absolute/relative path of log file)
#logging.file=path/to/log/file.log
© 2015 - 2025 Weber Informatics LLC | Privacy Policy