Skip to content

Commit

Permalink
Merge pull request #369 from TrandPick/development
Browse files Browse the repository at this point in the history
[#367] update fix
  • Loading branch information
angelSuho authored Jul 10, 2023
2 parents c9d35d6 + f10ba81 commit aa19614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

@Slf4j
@Configuration
@Profile({"dev", "test", "prod"})
@Profile({"dev", "test"})
public class BaseData {

@Value("${tag}")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spring:
password: ${custom.dataSource.password}
jpa:
hibernate:
ddl-auto: create
ddl-auto: update
data:
redis:
host: ${redis.host}
Expand Down

0 comments on commit aa19614

Please sign in to comment.