반응형
java에서는 camel case를 사용하는데 서버에서 해당 변수를 snake로 바꿔주기 위해서
application properties
spring.jackson.property-naming-strategy =SNAKE_CASE 추가
//직접 치는것을 추천
반응형
'Spring' 카테고리의 다른 글
@Slf4j (0) | 2019.11.14 |
---|---|
@PathVariable (0) | 2019.11.14 |
서비스 구현 정리. (0) | 2019.11.14 |
@Builder, @Accessors (0) | 2019.11.14 |
@Configuration , @Create~ , @LastModified~ (0) | 2019.11.14 |