rpavuluri's picture
scarfbench-dataset (#1)
ca17a67
raw
history blame
276 Bytes
# Spring Boot Configuration
spring.application.name=encoder
server.servlet.contextPath=/encoder
# Logging configuration
logging.level.org.springframework.tutorial.encoder=INFO
logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} - %msg%n
# Server configuration
server.port=8080