메모장
JPA Index 설정 본문
Board.java
@Table(
uniqueConstraints =
@UniqueConstraint(name = "uk_board_01", columnNames = {"board_id", "board_type"})
)
'Java' 카테고리의 다른 글
List Map 로그 (1) | 2024.10.08 |
---|---|
LocalDateTime, String 변환 (0) | 2024.07.11 |
마이크로서비스 아키텍처(Microservices Architecture, MSA) (0) | 2024.01.15 |
publish 안하고 로컬에서 확인하는 법 (0) | 2024.01.15 |
List Mapping (0) | 2023.10.11 |