gpt4 book ai didi

java - 如何将 Spring Boot @RepositoryRestResource 映射到特定的 url?

转载 作者:IT老高 更新时间:2023-10-28 13:58:16 27 4
gpt4 key购买 nike

我似乎无法将我的存储库映射到以下位置以外的任何位置:

@RepositoryRestResource(collectionResourceRel = "item", path = "item")
public interface ItemRepository extends PagingAndSortingRepository<Item, Long> {

我认为我可以使用:

 path = "/some/other/path/item"

但映射无法解析。我明白了:

HTTP ERROR 404

Problem accessing /some/other/path/item. Reason:

Not Found

在spring-data javadoc path中定义为:"The path segment under which this resource is to be exported."

我做错了什么?

最佳答案

要更改基本 URI,您也可以将其添加到 application.properties:

spring.data.rest.base-path=/my/base/uri

关于java - 如何将 Spring Boot @RepositoryRestResource 映射到特定的 url?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24577400/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com