Skip to content

deepaksorthiya/Spring-boot-sample-ehcache-list-object

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring-boot-sample-ehcache-list-object

-Sample Spring boot + Ehcache with Rest API and Spring JPA.
-Configure Ehcache with Java (xml-less).
-How to Modify Cache List with Ehcache.

How to use

-Create new database name "sampledatabase" in MySQL or SQL Server.
-Configure database in src/main/resources/application.yml (user/password/host and port)
-Modify configure cache (cache remove policy, max element, time to remove cache) in src/main/java/com/example/config/CacheConfig.java
-Change dialect to what database you use.
-Configure auto generate table when start app in dll-auto. (create, create-drop, update)
-Send HTTP Get to localhost:9999/user/model, use response data model to work in this project.

Contributing

-If this project help you, clicking Star button will help author happy.
-If you have any question, just open an issue.
-If you want to add or modify anything please fork it and create pull request.

Author

-Hau van
-Email: [email protected]

About

Use Ehcache to modify List Cache, XML-less configure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%