feat: Implement initial AI-native CRM backend with dynamic entity and data management, AI agent tools, and core configurations.

This commit is contained in:
2026-03-25 17:25:48 +08:00
parent 0e96664f32
commit 170b7945d7
16 changed files with 267 additions and 121 deletions
+6 -1
View File
@@ -9,7 +9,7 @@ spring:
jpa:
hibernate:
ddl-auto: none
show-sql: true
show-sql: false
properties:
hibernate:
format_sql: true
@@ -26,3 +26,8 @@ langchain4j:
server:
port: 8080
logging:
level:
dev.ai4j: debug
org.hibernate.sql: error