includes QRCodeURL entity and redirection logic

This commit is contained in:
ltiongku
2024-07-16 22:45:49 +08:00
parent d1dd29fa1d
commit a02eaab0b1
8 changed files with 124 additions and 41 deletions

View File

@@ -15,7 +15,7 @@ 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.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=none
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true