Skip to content

Commit

Permalink
Merge pull request #193 from TRIP-Side-Project/dev
Browse files Browse the repository at this point in the history
InitData 삭제 Main merge
  • Loading branch information
gkfktkrh153 authored Jan 4, 2024
2 parents f09fea5 + 3045c98 commit a6e7296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/api/trip/common/init/InitData.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.springframework.security.crypto.password.PasswordEncoder;

@Configuration
@Profile("prod")
@Profile("dev")
@RequiredArgsConstructor
public class InitData {

Expand Down

0 comments on commit a6e7296

Please sign in to comment.