Skip to content

Commit

Permalink
default dummy data branch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
singsangssong committed Oct 15, 2024
1 parent 3e02efd commit d5a3e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/kr/tgwing/tech/config/TestDataLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class TestDataLoader {
private final BCryptPasswordEncoder bCryptPasswordEncoder;

@Bean
@Profile("default")
@Profile("dev")
public CommandLineRunner loadTestData(PostRepository postRepository,
UserRepository userRepository) {
return args -> {
Expand Down

0 comments on commit d5a3e9d

Please sign in to comment.