Skip to content

Commit 738d310

Browse files
committed
fix: JPA 설정
1 parent e295697 commit 738d310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Location-based-target-authentication/src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spring.jpa.show-sql=true
2121
spring.jpa.hibernate.ddl-auto=update
2222
spring.jpa.properties.hibernate.format_sql=true
2323
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
24+
spring.jpa.open-in-view=false
2425

2526
# Profile
2627
spring.profiles.active=local

0 commit comments

Comments
 (0)