WebServices-SpringBoot-JPA
Spring boot, JPA 및 SQL Database를 사용한 프로젝트 웹 서비스
SQL 관계형 데이터베이스와 연계하여 Java, Spring Boot, JPA 기술로 생성된 웹 서비스로 Heroku에서 애플리케이션을 표시합니다.
신청 가능 장소:
https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/
HTTP 요청 도구를 사용하여 서비스를 테스트할 수 있습니다.
예: https://reqbin.com/
이용 가능한 서비스
사용자:
[GET] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/users
[GET] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/users/id
[포스트] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/users
{
"name": "Maria sales",
"email": "[email protected]",
"phone": "9775979797",
"password": 123456
}
[PUT] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/users/id
{
"name": "Bob",
"email": "[email protected]",
"phone": "9775979797"
}
[삭제] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/users/id
제품:
[GET] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/products
[GET] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/products/id
범주:
[GET] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/categories
[GET] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/categories/id
주문하다:
[GET] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/orders
[GET] https://andreallvesdc-web-serve-sb-jpa.herokuapp.com/orders/id
도메인 모델
인스턴스 모델