Skip to content

Commit

Permalink
deploy : fly.io 재배포 테스트4
Browse files Browse the repository at this point in the history
  • Loading branch information
kyumho kim committed Apr 13, 2024
1 parent b52ed09 commit 45cf059
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/example/hotsix_be/common/DataInit.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@Component
@RequiredArgsConstructor
@Profile("dev")
//@Profile("dev")
public class DataInit implements ApplicationRunner {
private final JdbcTemplate jdbcTemplate;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import java.util.List;
import java.util.Map;

/*
@Component
@RequiredArgsConstructor
@Transactional
Expand All @@ -30,4 +29,3 @@ public void run(ApplicationArguments args) throws Exception {
}
}
}
*/

0 comments on commit 45cf059

Please sign in to comment.