update to 1.0.1

* added some config lines
This commit is contained in:
2019-03-17 00:33:18 +01:00
parent f9f0564a91
commit 08b6b2603f
3 changed files with 17 additions and 6 deletions

View File

@ -1,4 +1,15 @@
# Specify the level for spring boot and hibernate's loggers
# Available levels are: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF
logging.level.org.springframework.web = INFO
#logging.level.org.hibernate = ERROR
# ----------------------------------------
# CORE PROPERTIES
# ----------------------------------------
# LOGGING
logging.level.org.springframework.web=INFO
# ----------------------------------------
# WEB PROPERTIES
# ----------------------------------------
# EMBEDDED SERVER CONFIGURATION (ServerProperties)
server.address=127.0.0.1
server.port=8080