Build a full Spring Boot web application - Part 3.1 - Persistence with JPA
IT Center - University of Peradeniya
0:00 / 0:00
Build a full Spring Boot web application - Part 3.1 - Persistence with JPA
86 просмотров · 11 дней назад
IT Center - University of Peradeniya
18 подписчиков
86 просмотров · 11 дней назад
This video shows how to configure the application to use JPA to save data.
Visit course page for more details: https://open.ceit.pdn.ac.lk/courses/f...
Corrections:
In the dev profile config file, use of following settings have the below mentioned effects.
spring.web.resources.cache.period=0
Prevents browsers and proxies from caching static resources (such as JS, CSS, and images). This is preferred during development.
spring.thymeleaf.cache=false
Disables the caching of parsed Thymeleaf HTML templates in the server. This is also preferred during development.