spring boot 整合RESTFUL服务

目录 1、自定义请求路径 2、自定义查询方法 3、隐藏方法 4、配置cors 5、其他配置   1、添加restful项目的pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-rest</artifactId> </dependency
相关文章
相关标签/搜索