simple odata4:简单的OData v4服务器使用示例。 (使用Apache Olingo Spring Boot h2数据库) 源码
简单数据4 简单的OData v4服务器使用示例。 (使用Apache Olingo / Spring Boot / h2数据库) 尝试运行简单的示例 Spring Boot Web服务器 mvn clean install spring-boot:run 运行查询 $元数据 http://localhost:8080/simple.svc/ $metadata $ orderby http://localhost:8080/simple.svc/MyProducts ? $orderby =ID & $top =20 $过滤器 http://localhost:8080/simple.svc/MyProducts ? $top =2001 & $filter =Description eq ' MacBook Pro (13-inch, 2020, Thunderbolt 3ポートx
用户评论