Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.07 KB

File metadata and controls

31 lines (25 loc) · 1.07 KB

Back end Programming

Back end programming course demos (Spring Boot)

Topic: Models & Views

  • HelloForm - Simple form
  • HelloFromValidation - Form with validation

Topic: JPA, Databases (Hibernate, H2, MariaDB)

  • StudentList - Studentlist application skeleton
  • StudentListCRUD - Studentlist application with CRUD operations
  • StudentOneToMany - Studentlist application with OneToMany relationship
  • StudentJDBC - Studenlist application using JDBC (MariaDB), not updated

Topic: REST API

  • HelloRest
  • StudentListRest - REST API using Spring Data REST
  • Filedemo - File upload demo
  • FiledemoDb - File upload & download demo with H2 DB

Topic: Spring Security

  • 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

Topic: Testing (JUnit)

  • HelloTest -Simple JUnit test demo
  • StudentJpaTest - Studentlist application with JPA tests

Topic: Deployment

Deployment