Skip to content

Commit

Permalink
🚑 Update: application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanmin97 authored Apr 16, 2024
1 parent f8f28c5 commit cf14851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
database: mysql
database-platform: org.hibernate.dialect.MySQL8Dialect
hibernate:
ddl-auto: create
ddl-auto: none
generate-ddl: false
show-sql: true
properties:
Expand All @@ -31,4 +31,4 @@ springdoc:
display-query-params-without-oauth2: true
doc-expansion: none
paths-to-match:
- /api/**
- /api/**

0 comments on commit cf14851

Please sign in to comment.