Server programming course demos (Spring Boot)
- HelloForm - Simple form
- HelloFromValidation - Form with validation
- StudentList - Studentlist application skeleton
- StudentListCRUD - Studentlist application with CRUD operations
- StudentJDBC - Studenlist application using JDBC (MariaDB)
- StudentOneToMany - Studentlist application with OneToMany relationship
- HelloRest
- StudentListRest - REST API using Spring Data REST
- Filedemo - File upload demo
- FiledemoDb - File upload & download demo with H2 DB
- SecureDemo - Spring Security added to studentlist
- SecureStudentList - Studentlist with in-memory users (user/user and admin/admin)
- SecureStudentListUser - Studentlist with User entity and encrypted passwords
- SecureSignup - Secured studentlist with sign-up
- HelloTest -Simple JUnit test demo
- StudentJpaTest - Studentlist application with JPA tests