File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # Quest "Spring & JDBC2: Insert"
2+
3+ ## Educational exercise from Wild Code School
4+
5+ This quest teaches how to insert new datas into a database through a form in a web page with Spring JDBC.
6+
7+ We are given a SQL file to import containing a database: characters and school from Harry Potter's book.
8+
9+ The purpose here is to insert new characters and new schools to the existing database.
10+
11+ ![ screen capture] ( https://github.com/0reldev/quest-spring-jdbc-insert/blob/master/sc/screen-capture-1.png )
12+
13+ ![ screen capture] ( https://github.com/0reldev/quest-spring-jdbc-insert/blob/master/sc/screen-capture-2.png )
14+
15+ ![ screen capture] ( https://github.com/0reldev/quest-spring-jdbc-insert/blob/master/sc/screen-capture-3.png )
16+
17+ ![ screen capture] ( https://github.com/0reldev/quest-spring-jdbc-insert/blob/master/sc/screen-capture-4.png )
18+
19+ ![ screen capture] ( https://github.com/0reldev/quest-spring-jdbc-insert/blob/master/sc/screen-capture-5.png )
You can’t perform that action at this time.
0 commit comments