Cannot connect to h2 database in Intellij

已回答

I´m trying to follow this tutorial in Intellij IDEA but when i try to connect to h2 database the console trowns me an error:

 Cannot resolve table ‘EMPLOYEE’

What i need to do so intellij recognizes the h2 database and eliminate this error?

Thanks in advance

0

Hello,

Please check idea.log ("Help | Show Log in...") for DB connection errors. Looks like information about your DB wasn't got (no tables in Database tool window)

0

请先登录再写评论。