Skip to content

Commit

Permalink
[fix] #24 - 상대 경로로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarlgnszx committed May 16, 2024
1 parent 5aab7fe commit 85138a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void saveMember(){
}

public void saveProduct(){
try (Reader reader = new FileReader("/home/kihoon/Desktop/AWS/server/KREAM-Server/src/main/java/com/app/kream/config/db.csv")) {
try (Reader reader = new FileReader("src/main/java/com/app/kream/config/db.csv")) {
CSVParser csvParser = new CSVParser(reader, CSVFormat.DEFAULT
.withFirstRecordAsHeader()
.withIgnoreHeaderCase()
Expand Down

0 comments on commit 85138a5

Please sign in to comment.