working get QRCode Details

This commit is contained in:
heyethereum
2024-07-19 21:45:13 +08:00
parent a236eb13f8
commit f7e592f8ec
6 changed files with 14 additions and 9 deletions

View File

@@ -14,7 +14,8 @@ spring.datasource.url=${SERVER_DB_URL}
spring.datasource.username=${SERVER_DB_USERNAME}
spring.datasource.password=${SERVER_DB_PASSWORD}
spring.datasource.driver-class-name=${SERVER_DB_DRIVER_CLASS_NAME}
spring.jpa.database-platform=${SERVER_DB_DIALECT}
#spring.jpa.database-platform=${SERVER_DB_DIALECT}
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
spring.jpa.hibernate.ddl-auto=none
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true