일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 스프링 부트
- JPA
- 프로그래머스
- AOP
- 의존성
- yml
- MSA
- 우아한테크코스
- CircuitBreaker
- Paging
- 레벨2
- 코드리뷰
- 프리코스
- 미션
- 트랜잭션
- Level2
- JUnit5
- HTTP
- 서블릿
- REDIS
- mock
- 백준
- 자바
- 스프링부트
- 우아한세미나
- Docker
- AWS
- 세션
- 우테코
- Spring Batch
Archives
- Today
- Total
목록H2 (1)
늘
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bmCPUP/btrGYzT0lqP/gKywsJGS4iPfLTj63WmPjk/img.png)
제이슨의 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