mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-20 03:49:58 +08:00
Allow auto-configured caches to be overridden
This commit updates the JSR 107 cache auto-configuration to only create a cache if it does not already exist. It also puts a specific order for the auto-configured customizer so that another instance can run prior to it reliably. Closes gh-1157
This commit is contained in:
@@ -98,6 +98,11 @@
|
||||
<artifactId>spring-restdocs-mockmvc</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ehcache</groupId>
|
||||
<artifactId>ehcache</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.vaadin.external.google</groupId>
|
||||
<artifactId>android-json</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user