Added explicit Timezone references.
All checks were successful
Build & Deploy Backend / build (push) Successful in 1m5s
Build & Deploy Backend / deploy (push) Successful in 32s

This commit is contained in:
2025-10-08 07:52:17 +08:00
parent f7ae54f320
commit 1da5d77e5c

View File

@@ -12,6 +12,7 @@ spring.jpa.properties.hibernate.format_sql=true
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
spring.jpa.properties.hibernate.jdbc.time_zone=Australia/Perth
# Spring Security stuff
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration