增加jwt密钥和设置

This commit is contained in:
2025-05-08 15:49:20 +09:00
parent ba2f3d6e88
commit 44d934bc1c

View File

@ -8,3 +8,6 @@ spring.datasource.url=jdbc:mysql://192.168.1.192:3306/dog
spring.datasource.username=coder spring.datasource.username=coder
spring.datasource.password=coder spring.datasource.password=coder
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
jwt.secret=wM7Pz4BxvZ5NcLaBpgJm0eRQ5ztc3W5+OPH0E7g3gcQ=
jwt.token-expiration-ms==900000