ScarfBench / benchmark /dependency_injection /encoder /spring /src /main /resources /application.properties
| # 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 | |