feat: Initialize order-service project with Spring Boot and Gradle

This commit is contained in:
2026-02-26 14:20:03 -03:00
commit 8e5516735c
12 changed files with 492 additions and 0 deletions

7
.env Normal file
View File

@@ -0,0 +1,7 @@
DB_HOST=localhost
DB_PORT=5000
DB_NAME="vega-market"
DB_SCHEMA=order-services
DB_USER=postgres
DB_PASSWD=root