Skip to content

Commit

Permalink
chore: application.properties를 application.yml 파일로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yeeunli committed Nov 27, 2024
1 parent 2147cb5 commit e01115b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/application.properties

This file was deleted.

17 changes: 17 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
server:
port: 8080
address:

spring:
application:
name: study-group

jpa:
hibernate:
ddl-auto: update
properties:
hibernate:
format_sql: true
create_empty_composites:
enabled: true
show-sql: true

0 comments on commit e01115b

Please sign in to comment.