Comment1 오라클 Comment 자동 생성을 위한 Custom Annotation 만들기 SpringBoot 환경에서 오라클을 사용하는데, table은 자동으로 만들어 줘서 좋은데 Comment는 자동으로 안 넣어줘 이래 저래 찾다 보니 딱히 방법이 없었다. Mysql 같은 경우, table을 만들면서 comment를 추가할 수 있어 @Column Annotation에 'columndefinition'을 넣어 만들 수 있는데 Oracle은 그 방법을 쓸 수 없고 'comment on' query를 써야 한다. 그러던 중 좋은 게시물을 찾았다. https://developpaper.com/a-solution-to-the-problem-that-configuration-annotation-in-springboot-jpa-oracle-entity-class-cannot-generate-annota.. 2021. 10. 16. 이전 1 다음