Setting up H2 database
Set up H2 DB
First create jdbc:h2:~/test (최초 한번). Follow this exact format. This creates file directory to initialise H2 DB.
Then 이후부터는 jdbc:h2:tcp://localhost/~/test 이렇게 접속. For example, jdbc:h2:tcp://localhost/~/codingmates