All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.server.springboot.cache.simple.src.CacheConfiguration.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package {{packageName}}.wire.cache.infrastructure.secondary;

import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.Configuration;

@Configuration
@EnableCaching
class CacheConfiguration {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy