change package name,fixes error

This commit is contained in:
2025-08-05 14:44:03 +08:00
parent 9832336b89
commit 69700c8fe1
22 changed files with 46 additions and 39 deletions

View File

@@ -27,4 +27,9 @@ spring.data.redis.lettuce.shutdown-timeout=100ms
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDBDialect
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.show-sql=true
jwt.secret='wPQ1qRFo4YbuA849tmwKnDpQ8891vJBo'
# 可选,根据你的需要设置过期时间
jwt.access-expire=86400000
jwt.refresh-expire=2592000000