일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 스프링부트
- 프로그래머스
- AOP
- JPA
- 우아한테크코스
- 우테코
- 레벨2
- AWS
- 자바
- REDIS
- 미션
- 우아한세미나
- 의존성
- 트랜잭션
- 프리코스
- 코드리뷰
- 세션
- JUnit5
- mock
- yml
- 서블릿
- Level2
- Paging
- 스프링 부트
- Docker
- 백준
- HTTP
- MSA
- Spring Batch
- CircuitBreaker
Archives
- Today
- Total
목록H2 (1)
늘
[h2]DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;
제이슨의 JPA수업 도중 application.properties의 설정에서 아래와 같은 h2 설정이 있었다. spring.datasource.url=jdbc:h2:~/test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE h2설정할 때, 어쩔때는 h2:mem, h2:tcp였고 이번에는 그냥 h2:~였다. 또한 DB_CLOSE~라는 새로운 이름도 보여서 h2에 대해서 조금 공부해보려고 한다. Connection Modes Embedded mode (local connections using JDBC) Server mode (remote connections using JDBC or ODBC over TCP/IP) Mixed mode (local and remote connect..
우아한테크코스 4기
2022. 7. 10. 23:38