일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Tomcat #SpringFramework
- undefined
- mssql
- 스프링시큐리티
- springboot
- sqldeveloper
- 웹개발
- SpringInitializer
- Developer
- tcping
- apache
- HATEOAS
- springboot #controller #jsp
- Web
- Oracle11g
- install
- restapi
- SpringSecurity
- oracle
- Maven
- mysql
- Database
- RESTful
- development
- 스프링부트 #springboot #project #Intellij
- 스프링부트
- IntelliJ
- ojdbc
- 환경변수
- postman
Archives
- Today
- Total
목록restapi (1)
여백에 도장 찍기
HATEOAS
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