Open jackmew opened 10 years ago
link
I figure out I need h2 console to easily check CRUD , It'll be useful.
First change h2 dependency.
Origin is org.hsqldb . It doesn't need to configurate . But I found that it does not have org.h2.server.web.WebServlet;
org.hsqldb
org.h2.server.web.WebServlet;
so I change it to com.h2database
com.h2database
application.properties add h2 connection information.
set webServelt for h2 console and asign path .
login view :
user view :
my note
link
I figure out I need h2 console to easily check CRUD , It'll be useful.
First change h2 dependency.
Origin is
org.hsqldb
. It doesn't need to configurate . But I found that it does not haveorg.h2.server.web.WebServlet;
so I change it to
com.h2database
application.properties add h2 connection information.
set webServelt for h2 console and asign path .
login view :
user view :