feat: initialize loyalty-mcp-server module with foundational DTOs, criteria, enums, and MCP tool infrastructure

This commit is contained in:
SonPhung
2026-07-19 23:54:26 +07:00
parent cda93365ca
commit 2de63d0bad
178 changed files with 5707 additions and 73 deletions

View File

@@ -21,6 +21,11 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-mcp-server-webmvc</artifactId>