Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
goldentrash authored Feb 6, 2024
2 parents 7a559c0 + 5cd7f16 commit f1516eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/1-FEAT.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
name: Feature Request
about: 기능 구현 요청
description: 새로운 기능 구현
title: "[Feat] ~~"
labels: "🚀 기능 구현 🚀"
labels: "\b\U0001F680 기능 구현 \U0001F680"
assignees: ''

---
Expand Down
6 changes: 4 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ spring:
database: mysql
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: validate
ddl-auto: update
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
properties:
hibernate:
format_sql: true
defer-datasource-initialization: false
defer-datasource-initialization: true
show-sql: false
open-in-view: false
datasource:
Expand Down

0 comments on commit f1516eb

Please sign in to comment.