trying to add order and order_product tables

with dtos, repositories and service
This commit is contained in:
Denis Savosin
2024-10-16 15:17:02 +07:00
parent 03d50b0be6
commit 08d3445ac4
16 changed files with 249 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id("org.springframework.boot") version "3.2.10"
id("io.spring.dependency-management") version "1.1.6"
id("org.springframework.boot") version "3.2.10"
jacoco