切换框架为elide

This commit is contained in:
2025-03-04 15:21:25 +08:00
parent 83d4ac9fb5
commit ee5b15d7a4
13 changed files with 239 additions and 230 deletions

View File

@@ -0,0 +1,22 @@
spring:
datasource:
url: jdbc:mysql://localhost:3307/main?useSSL=false&allowPublicKeyRetrieval=true
username: test
password: test
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
show-sql: true
generate-ddl: true
elide:
json-api:
enabled: true
path: /json
logging:
level:
com:
yahoo:
elide:
datastores:
jpql:
query:
DefaultQueryLogger: debug