jeudi 16 mars 2017

How to automatically test that ehCache is used in Spring Boot project

I started using Ehcache in my Spring Boot project. How can I prove that the Ehcache is being used instead of the default ConcurrentHashMap, which is provided by Spring Boot by default? How can I prove it automatically in the integration tests?

Aucun commentaire:

Enregistrer un commentaire