init user-service & giftcode-service

This commit is contained in:
2026-01-20 14:10:14 +07:00
commit 7afdfca230
59 changed files with 2777 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
server:
port: 8602
spring:
application:
name: gift-code-service
data:
mongodb:
uri: mongodb://localhost:27017/gift-codedb
auto-index-creation: true
redis:
host: localhost
port: 6379