خدمات الويب-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
}
[PUT] 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
نموذج المجال
نموذج المثيل