A self hosted chat application with end-to-end encrypted messaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
213 B

  1. package org.ros.chatto.config;
  2. import org.springframework.cache.annotation.EnableCaching;
  3. import org.springframework.context.annotation.Configuration;
  4. @EnableCaching
  5. @Configuration
  6. public class EhCacheConfig {
  7. }