Published: 04 Sept 2018 › Updated: 04 Sept 2018
Spring Boot and H2 Magic
H2는 H2 console 이라고 하는 web interface 를 제공한다.
# Enabling H2 Console
h2:
console:
enabled: true
settings:
web-allow-others: true
web-allow-others 옵션의 경우는 springboot application을 docker 로 구동했을 경우 remote server 에서 H2 console 에 접속하는 것을 허락한다.
console
- http://localhost:8080/h2-console.
- jdbc url
jdbc:h2:mem:testdb
임에 유의하자.
Leave Spring Boot and H2 Magic to:
Read more #springboot posts
Best Posts From ing486sarang
We have not curated any of ing486sarang's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.