This repository has been archived on 2020-08-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
e-commerce/web_backend/src/main/resources/application-dev.properties
T

10 lines
312 B
Properties

# LOGGING
logging.level.org.springframework.web=INFO
# resources
spring.thymeleaf.prefix=file:src/main/resources/templates/
spring.thymeleaf.cache=false
spring.resources.static-locations=file:src/main/resources/static/
spring.resources.cache=false
spring.resources.cache.cachecontrol.maxAge=P0D
server.port=8000