jackmew / sbJPA

0 stars 0 forks source link

h2 console #8

Open jackmew opened 10 years ago

jackmew commented 10 years ago

link

I figure out I need h2 console to easily check CRUD , It'll be useful.

First change h2 dependency.

image

Origin is org.hsqldb . It doesn't need to configurate . But I found that it does not have org.h2.server.web.WebServlet;

so I change it to com.h2database

application.properties add h2 connection information.

image

set webServelt for h2 console and asign path .

image

login view :

image

user view :

image

jackmew commented 10 years ago

my note