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

1
settings.gradle Normal file
View File

@@ -0,0 +1 @@
rootProject.name = 'order-service'