2024-01-03 09:53:12 +07:00
|
|
|
spring.datasource.url= jdbc:mysql://localhost:3306/testdb?useSSL=false
|
|
|
|
|
spring.datasource.username= root
|
|
|
|
|
spring.datasource.password=
|
|
|
|
|
spring.jpa.hibernate.ddl-auto= update
|
|
|
|
|
|
|
|
|
|
# App Properties
|
2024-01-04 13:33:40 +07:00
|
|
|
spring.app.jwtSecret= ======================BezKoder=Spring===========================
|
|
|
|
|
spring.app.jwtExpirationMs= 60000
|
|
|
|
|
spring.app.jwtRefreshExpirationMs= 259200000
|