Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 310 Bytes

File metadata and controls

14 lines (11 loc) · 310 Bytes

SpringBootApp

Demo Spring boot App using to test CRUD operations with jwt authentication.

This app contains :

  • Spring boot
  • Hibernate
  • User controller with methods like post, get, put and delete
  • User entity model
  • User repository and service
  • Angular client
  • Jwt
  • Web configurer