spring-boot-starter-data-rest 能夠提供將 Repository, CrudRepository 等介面直接提供給用戶訪問
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-rest</artifactId> </dependency>