IntelliJ IDEA H2 Support

From NovaOrdis Knowledge Base
Revision as of 15:49, 19 October 2018 by Ovidiu (talk | contribs) (Created page with "=Internal= * IntelliJ * H2 =Overview= An external H2 instance must be running and exposing access over network. This article explains how to do th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

An external H2 instance must be running and exposing access over network. This article explains how to do that: .

\Right edge tabs -> Database -> + -> Driver -> PostgreSQL -> make sure it's downloaded and it is new enough.

Right edge tabs -> Database -> + -> Data Source -> PostgreSQL:

Name: Docker Posgres

Host: localhost

Port: 5432

Database: postgres

User: admin

Password: the password you used during the container configuration phase. Select "Remember password".

Test Connection.

Apply -> OK.