Spring-Data Couchbase-如何将TTL设置为属性文件中的文档

时间:2019-06-05 02:36:36

标签: spring-data-couchbase

我正在尝试为文档设置TTL,我了解到通过放置@Document(expiry = x sec)可以做到。但是有没有办法从属性文件中读取值?

这是我的依赖性:

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.1.3.RELEASE</version>
        <relativePath />
    </parent>
...
    <dependency>
        <groupId>org.springframework.data</groupId>
        <artifactId>spring-data-couchbase</artifactId>
    </dependency>

0 个答案:

没有答案