Explain Line change - Daniel C No.9
This commit is contained in:
@@ -433,5 +433,4 @@ public class GeometryConversionService {
|
|||||||
|
|
||||||
return processedIds;
|
return processedIds;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spring:
|
|||||||
leak-detection-threshold: 60000
|
leak-detection-threshold: 60000
|
||||||
jpa:
|
jpa:
|
||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: update # 스키마 검증만 수행, 자동 변경하지 않음 (안전)
|
ddl-auto: update # 테이블이 없으면 생성, 있으면 업데이트
|
||||||
properties:
|
properties:
|
||||||
hibernate:
|
hibernate:
|
||||||
jdbc:
|
jdbc:
|
||||||
|
|||||||
Reference in New Issue
Block a user