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