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 |
Tags
- aws cli s3 cp
- IAM이란
- multi module
- json type column 생성
- in memory
- oracle cloud
- jpa json type
- Transactiona
- IAM MFA
- Oracle Linux 8
- h2 intellij
- 무료 인스턴스
- JSON type
- jpa 환경에서 json type 활용하기
- aws cli s3
- Jenkins
- json type 활용
- h2 연동
- server mode
- jenkins 배포
- 선언적 트랜잭션
- spring boot 멀티모듈
- aws cli s3 exclude folder
- 트랜잭션 전파속성
- 프리티어 인스턴스
- json type index
- AWS IAM MFA
- aws cli s3 exclude directory
- 멀티모듈
- mysql json type
Archives
- Today
- Total
목록H2 (1)
Chris Devlog

목적 H2 In Memory를 이용해 JVM내에 테스트용 DB를 생성하며, IntelliJ database를 통해 h2 콘솔 접속 없이 데이터 확인이 가능하도록 설정 * 단순히 테스트가 목적이므로 In Memory설정만으로도 상관없었지만, IntelliJ database에서 데이터를 확인하고싶어 여기까지 옴.. H2 연동방식 1. 직접 설치: 영구 저장 2. in-memory(local mode): 서버 종료 시 데이터 삭제, 외부 접속 X 3. server mode: tcp를 통해 우회하여 외부 접속이 가능하도록 처리 In Memory File 준비물 SpringBoot Project Project 설정 build.gradle 의존성 추가 dependencies { implementation 'com...
Spring Boot
2022. 7. 13. 06:01