Spring HATEOAS 적용
1. Build.gradle에 Spring HATEOAS 추가 dependencies { implementation 'org.springframework.boot:spring-boot-starter-hateoas' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-data-rest' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' testImplementation('org.springframework.boot:spring-bo..
Back-End/Spring
2020. 5. 20. 16:10