<dependency> 6 <groupId>org.springframework.hateoas</groupId> 7 <artifactId>spring-hateoas </dependency> Tip: 通过该网站可以获取maven配置,http://mvnrepository.com/artifact/org.springframework.hateoas/spring-hateoas
只要在项目的classpath中包含spring-boot-starter-data-rest,同时就包含了spring-hateoas库支持,这个库可以提供ALPS元数据——一种数据格式,可以用于描述应用级别的
客户端可以通过服务器提供的资源的表达来智能地发现可以执行的操作,客户端不需要做啥修改,因为资源信息是会动态改变的 在Spring的官网,已经有提供这个项目的相关文档,链接:https://spring.io/projects/spring-hateoas
Spring boot环境,则可以这样引用: <dependency> <groupId>org.springframework.hateoas</groupId> <artifactId>spring-hateoas
17)spring-boot-starter-hateoas 通过spring-hateoas支持基于HATEOAS的RESTful Web服务。
Freemaker的支持 spring-boot-starter-data-groovy-templates 对Groovy模版引擎的支持 spring-boot-starter-hateoas 通过spring-hateoas
spring-boot-starter-groovy-templates 对Groovy模板引擎的支持 spring-boot-starter-hateoas 对基于HATEOAS的RESTful服务的支持,通过spring-hateoas
spring-boot-starter-hateoas 通过spring-hateoas支持基于HATEOAS的RESTful Web服务。
spring-boot-starter-hateoas 通过spring-hateoas支持基于HATEOAS的RESTful Web服务。
spring-boot-starter-hateoas org.springframework.boot:spring-boot-starter org.springframework.hateoas:spring-hateoas
compile 'org.springframework.hateoas:spring-hateoas' 然后启用Hypermedia功能。
数据检索的支持 15、spring-boot-starter-freemarker 对Freemarker模板引擎的支持 16、spring-boot-starter-groovy-templates 通过spring-hateoas
数据检索的支持 15、spring-boot-starter-freemarker 对Freemarker模板引擎的支持 16、spring-boot-starter-groovy-templates 通过spring-hateoas
Spring HATEOAS 的 Maven 依赖声明 <dependency> <groupId>org.springframework.hateoas</groupId> <artifactId>spring-hateoas
spring-data-redis")optional("org.springframework.data:spring-data-solr")optional("org.springframework.hateoas:spring-hateoas
Spring HATEOAS 的 Maven 依赖声明 <dependency> <groupId>org.springframework.hateoas</groupId> <artifactId>spring-hateoas