WebServices-SpringBoot-JPA
บริการเว็บโครงการพร้อม Spring boot, JPA และฐานข้อมูล SQL
บริการเว็บที่สร้างด้วยเทคโนโลยี Java, Spring Boot, JPA ร่วมกับฐานข้อมูลเชิงสัมพันธ์ SQL แอปพลิเคชันจะถูกเล่นจาก Heroku
สมัครได้ที่:
https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/
คุณสามารถใช้เครื่องมือคำขอ HTTP เพื่อทดสอบบริการได้
ตัวอย่าง: https://reqbin.com/
บริการที่มีอยู่
ผู้ใช้:
[รับ] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/users
[รับ] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/users/id
[โพสต์] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/users
{
"name": "Maria sales",
"email": "[email protected]",
"phone": "9775979797",
"password": 123456
}
[ใส่] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/users/id
{
"name": "Bob",
"email": "[email protected]",
"phone": "9775979797"
}
[ลบ] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/users/id
ผลิตภัณฑ์:
[รับ] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/products
[รับ] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/products/id
หมวดหมู่:
[รับ] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/categories
[รับ] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/categories/id
คำสั่ง:
[รับ] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/orders
[รับ] https://andrealvesdc-web-serve-sb-jpa.herokuapp.com/orders/id
โมเดลโดเมน
โมเดลอินสแตนซ์