Question: must create simple web application using eclipse, spring data JDBC, thymeleaf, spring web, H2 Database and lombok. index.html. Use your first name in all titles!
must create simple web application using eclipse, spring data JDBC, thymeleaf, spring web, H2 Database and lombok.



index.html. Use your first name in all titles! wercome.html after logging in as Bugs register.html (use form binding) Back to index after Register with a message Logging on as newly created user Tweety. Invalid user Name and/or password. Wrong Tweety is now also in the database. password was entered here. (Hint: a method can have more than one return statement) - You should create a Spring Boot application with Spring Web, Thymeleaf, Lombok, H2 Database and JDBC SQL dependencies. - Make sure you use your own name when setting up the project! - You must use the following: o Best practices as taught in class for database access (using H2): - NamedParameteridbcTemplate - MapSqlParameterSource - BeanPropertyRowMapper Thymeleaf in all dynamic pages and form Binding in the Register User page. 0 Appropriate http methods handled in the controller class Your application should not crash if user does ngt enter values (hint: requiredi) - You do not have to add commenting to your code, but you may decide to put some If you are having difficulties and want to explain (for possible partial marks) Your project should have a structure very similar to the following. Make sure you have youir first name ond last name instead of the placeholders! Serious marks deducted if not. Your project should have a structure very similar to the following. Make sure you hove your first name and last name insteod of the ploceholdersi Serious marks deducted if not. Submission Criterion - Submit your zipped eclipse project (not rat or 7zip; marks will be deductedi) - Make sure you also look at the rubricl Good Luck
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
