별도로 h2 서버를 띄우지 않고
멀티 커넥션을 구성할 수 있는 방법이다
spring:
datasource:
url: "jdbc:h2:~/e-commerce-dev;AUTO_SERVER=TRUE"
다음과 같이 AUTO_SERVER=TRUE 옵션을 붙여주면 된다.
https://stackoverflow.com/questions/12401991/h2-database-multiple-connections
'etc' 카테고리의 다른 글
[h2] h2 db에서 제약조건 제거하고 테이블 초기화 & 삭제하기 (0) | 2020.11.24 |
---|---|
[QueryDsl] querydsl jpa 사용시 UnsupportedOperationException 해결 (4) | 2020.10.26 |
[Redis] Jedis를 활용한 Redis Dummy Data 넣기 (0) | 2020.07.16 |
[Kafka] class is not in the trusted packages 에러 (0) | 2020.06.03 |
[nginx] (13: Permission denied) while connecting to upstream 에러 (0) | 2020.05.27 |