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

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