일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- undefined
- HATEOAS
- 스프링부트
- RESTful
- mysql
- tcping
- mssql
- Developer
- 스프링부트 #springboot #project #Intellij
- postman
- springboot #controller #jsp
- 환경변수
- Tomcat #SpringFramework
- SpringSecurity
- 웹개발
- 스프링시큐리티
- ojdbc
- Maven
- sqldeveloper
- install
- oracle
- SpringInitializer
- Web
- Oracle11g
- Database
- apache
- restapi
- development
- springboot
- IntelliJ
Archives
- Today
- Total
목록restapi (1)
여백에 도장 찍기

HATEOAS: Hypermedia As a The Engine Of Application State 사용방법 1. pom.xml 에 HATEOAS 관련 dependency 추가 org.springframework.boot spring-boot-starter-hateoas 2.1.0.RELEASE 2. 테스트 코드를 작성해보자. import org.springframework.hateoas.ResourceSupport; public class Customer extends ResourceSupport { private String customerId; private String customerName; private String companyName; public Customer() { } public ..
Web Framework/Spring Boot
2019. 7. 14. 15:56