JPA Hibernate는 자동으로 스네이크 케이스를 이용하기 때문에
카멜케이스를 사용하기 위해선 application.properties에 다음과 같이 설정해준다
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
'공부 > 에러노트' 카테고리의 다른 글
[PowerShell] powershell script SecurityError UnauthorizedAccess (0) | 2024.01.17 |
---|---|
[Node.js] nvm설치후 버전변경 (0) | 2024.01.17 |
[Spring] WebSecurityConfigurerAdapter Deprecated (0) | 2024.01.16 |
[Spring] Jwt 의존성 설정 오류 : UnknownClassException (0) | 2024.01.15 |
[IntelliJ] attempt to recreate a file for type qclass 에러 (0) | 2023.01.13 |