Skip to content

Commit

Permalink
[fix] sql 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw committed Aug 23, 2024
1 parent 7c52ffd commit 1aff0a2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- backend-network
volumes:
- ./mysql/data:/var/lib/mysql
- ./data.sql:/docker-entrypoint-initdb.d/data.sql
- ./dummy.sql:/docker-entrypoint-initdb.d/dummy.sql
- ./src/main/resources/sql/:/docker-entrypoint-initdb.d
-
command: # 한글 인코딩
- --character-set-server=utf8
- --collation-server=utf8_unicode_ci
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spring:
init:
encoding: utf-8
mode: always
data-locations: classpath:../../../data.sql, classpath:../../../dummy.sql
data-locations: classpath:sql/data.sql, classpath:sql/dummy.sql

spring-doc:
swagger-ui:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1aff0a2

Please sign in to comment.