【7.2.3】字典翻译增加缓存

pull/30/head
hansson 2022-06-20 09:36:08 +08:00
parent 7aedb62537
commit 4734215e97
1 changed files with 3 additions and 2 deletions

View File

@ -69,11 +69,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!--缓存模块-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>cache-api</artifactId>
<version>7.2.1</version>
<scope>compile</scope>
<version>${roses.version}</version>
</dependency>
</dependencies>