Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 874 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 874 Bytes

Introduction

This repository contains some sample source code for spring web full stack training. It uses java spring boot for backend and Angular for fontend

Content

Spring Fundamental

  • Principle in Spring
  • Basic concepts
  • Tools and IDE
  • Spring Annotations
  • Exercise

Spring RESTful Web Service

  • MVC Architecture
  • Web Controller.
  • Web MVC with JSP as View
  • Web Filter.
  • REST Architecture.
  • HTTP Methods & Status
  • RESTful API Web Services.
  • CRUD on RESTful API with Postman.
  • API Documentation with Swagger.
  • Unit Test in Spring Web MVC.
  • Exercise: Authorizing request with Servlet's based Filter

Angular Quick Start

Spring Security

Spring Data

  • Sping Hibenate, JPA

  • Create Table

  • JPA Repository

  • JOIN Table

  • Lazy load

  • Entity Graph

  • Named Query

  • Transaction

  • Paging & Sorting