Skip to content

Commit

Permalink
set(main) : 폴더 구조 및 yml 설정 (#8)
Browse files Browse the repository at this point in the history
* set(server): 폴더 구조 설정

* set(resources): application.yml 세팅

* set(resources): jpa 로깅 삭제
  • Loading branch information
Woongbin06 authored Dec 27, 2023
1 parent 3831581 commit f1dfbe9
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 1 deletion.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 0 additions & 1 deletion src/main/resources/application.properties

This file was deleted.

24 changes: 24 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url : ${URL}
username: ${USER}
password: ${PASSWORD}

logging:
level:
org:
hibernate:
SQL: debug

jpa:
database: mysql
database-platform: org.hibernate.dialect.MySQL8Dialect
generate-ddl: true
hibernate:
ddl-auto: update

decorator:
datasource:
p6spy:
enable-logging: true

0 comments on commit f1dfbe9

Please sign in to comment.