tishub / skalholt.g8

Scala code generator for Play Framework and Slick

Home Page:https://tishub.github.io/skalholt.g8/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some problems for startup!

linsheng9731 opened this issue · comments

hi, i have encountered some problem when i tried to install this app.

  • can't connect the url:
    'jdbc:h2:tcp://localhost:9092/skalholt;'
  • when run the skalholt-ui shell got stuck in
    '[main] INFO c.z.h.HikariDataSource - HikariCP pool HikariPool-0 is starting.'

i have no idea how to go on ~~ help

Did you try connect the url: 'jdbc:h2:tcp://localhost:9092/skalholt;' via web browser which was started by execute "h2-browser" ?

You need to access to H2Database via the following url.
jdbc:h2:tcp://localhost:9092/./skalholt;

I revised the document.