This will delete the page "Por que usar Caching"
. Please be certain.
Es necesario importar la dependencia de Spring Boot Cache.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
Y añadir la anotación @EnableCaching
This will delete the page "Por que usar Caching"
. Please be certain.