Skip to content

Commit

Permalink
#103 이력서 api 6개로 분리 및 그에 따른 crud 생성, 도메인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
taeyeongKims committed Feb 1, 2025
1 parent 9ff354c commit e25e974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.data.mongodb.auto-index-creation=true

# JPA and Hibernate Configuration
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
Expand Down

0 comments on commit e25e974

Please sign in to comment.