Skip to content

Commit

Permalink
임시 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sunandrabbit authored Nov 9, 2024
1 parent 50fa744 commit 0eece71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
spring.application.name=Team1_BE

# init
spring.profiles.active=test
spring.profiles.active=test, dev

# oauth, db, mail
spring.profiles.include=oauth, db, mail
Expand All @@ -16,7 +16,7 @@ spring.mail.properties.mail.smtp.starttls.required=true

# db
spring.sql.init.mode=always
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.generate-ddl=true
spring.jpa.defer-datasource-initialization=true
spring.jpa.properties.hibernate.format_sql=true
Expand Down

0 comments on commit 0eece71

Please sign in to comment.