Skip to content

Commit

Permalink
chore: application.yml default
Browse files Browse the repository at this point in the history
Signed-off-by: MatheusVict <matheusvictorhenrique@gmail.com>
  • Loading branch information
MatheusVict committed Oct 11, 2023
1 parent 8eaec6e commit b502df6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/pataamiga?useTimezone=true&serverTimezone=UTC
username: root
password:
jpa:
hibernate:
ddl-auto: update
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL8Dialect
format_sql: true
show-sql: true
flyway:
enabled: false
jwt:
secret: secret
expiration: 86400000

0 comments on commit b502df6

Please sign in to comment.