feat: Implement initial AI-native CRM backend with dynamic entity and data management, AI agent tools, and core configurations.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user