refactor: deploy 프로파일에서의 sql.init.mode never 지정

This commit is contained in:
이상진 2025-08-10 14:35:00 +09:00
parent 78c4b6adf8
commit 1a3f6d1350

View File

@ -4,7 +4,7 @@ server:
spring:
sql:
init:
schema-locations: classpath:schema/schema-mysql.sql
mode: never
jpa:
defer-datasource-initialization: false
hibernate: