https://github.com/josdem/spring-boot-ehcache
Shows how to integrate Ehcache to your Spring Boot application
https://github.com/josdem/spring-boot-ehcache
ehcache java spring-boot
Last synced: 6 months ago
JSON representation
Shows how to integrate Ehcache to your Spring Boot application
- Host: GitHub
- URL: https://github.com/josdem/spring-boot-ehcache
- Owner: josdem
- Created: 2018-05-20T23:37:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T20:48:42.000Z (over 7 years ago)
- Last Synced: 2025-03-10T20:47:55.240Z (10 months ago)
- Topics: ehcache, java, spring-boot
- Language: Java
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot Ehcache
----------------------------------------------
This project shows how to integrate Ehcache basic configuration to your Spring Boot application.
#### To run the project
```bash
gradle bootRun
```
#### Read this as reference
http://josdem.io/techtalk/spring/spring_boot_ehcache/