Skip to content

Commit

Permalink
[10] yml 설정 하나로 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsuha committed Sep 1, 2024
1 parent 27c8427 commit f212dde
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 38 deletions.
19 changes: 0 additions & 19 deletions src/main/resources/application-dev.yml

This file was deleted.

19 changes: 0 additions & 19 deletions src/main/resources/application-local.yml

This file was deleted.

9 changes: 9 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@ spring:
application:
name: commerce_site
instance-id: 0
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/ecommerce_site
username: root
password: 8cfv67b67af12zxc
jpa:
show-sql: true
properties:
hibernate:
format_sql: true
hibernate:
naming:
physical-strategy: org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
Expand Down

0 comments on commit f212dde

Please sign in to comment.