Skip to content

Commit

Permalink
Update NotProd.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gkfktkrh153 authored Jul 14, 2023
1 parent 09ec9de commit 061647c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/site/bidderown/server/base/data/NotProd.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import java.util.List;

@Profile({"dev"})
@Profile({"prod, dev"})
@Configuration
@Transactional
public class NotProd {
Expand Down Expand Up @@ -297,4 +297,4 @@ CommandLineRunner initData(

};
}
}
}

0 comments on commit 061647c

Please sign in to comment.