30.8.2 Spring Data Couchbase仓库
@Component
public class MyBean {
private final CouchbaseTemplate template;
@Autowired
public MyBean(CouchbaseTemplate template) {
this.template = template;
}
// ...
}Last updated
Was this helpful?