Skip to content

Commit 6a514f8

Browse files
committed
[fix] csv importer 프로필을 develop으로 임시 설정
1 parent 51c3640 commit 6a514f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/wayble/server/wayblezone/importer/SeochoCsvImporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import static com.wayble.server.wayblezone.importer.CsvSupport.*;
3030

3131
@Slf4j
32-
@Profile("local")
32+
@Profile("develop")
3333
@Component
3434
@RequiredArgsConstructor
3535
public class SeochoCsvImporter implements CommandLineRunner {

0 commit comments

Comments
 (0)