Notice
Recent Posts
Recent Comments
Link
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 무료 인스턴스
- AWS IAM MFA
- json type column 생성
- in memory
- 선언적 트랜잭션
- 멀티모듈
- aws cli s3 exclude directory
- server mode
- IAM MFA
- json type index
- aws cli s3
- aws cli s3 cp
- json type 활용
- IAM이란
- h2 연동
- Transactiona
- 프리티어 인스턴스
- oracle cloud
- jpa json type
- jenkins 배포
- mysql json type
- spring boot 멀티모듈
- JSON type
- h2 intellij
- Jenkins
- 트랜잭션 전파속성
- aws cli s3 exclude folder
- multi module
- Oracle Linux 8
- jpa 환경에서 json type 활용하기
Archives
- Today
- Total
목록mysql json type (1)
Chris Devlog

들어가며이번 글에서는 Mysql에서 Json type 활용하기(1)에서 설정한 데이터를 기반으로 JPA와 연계하여 활용하는방법에 대해 이야기 해보겠습니다. # 현재 테이블 구조 Enity 설정 Type1. Map필드 추가 @JdbcTypeCode(SqlTypes.JSON) @Column(name = "json_data", columnDefinition = "json") private Map dataJson;사용 @Autowired JsonTest1Repository jsonTest1Repository; @Test void test2() throws JsonProcessingException { String json = "{\"key1\": \"value1\", \"key2\": 300..
Spring Boot/JPA
2024. 12. 31. 22:18