RESTful Web Services with Spring Boot
Introduction
0.1.
Targeted Audience
0.2.
Structure of Document
0.3.
Prerequisites
0.4.
Conventions
1.
Data Model
1.1.
Raw Data
1.2.
Unnormalized Table (UNF)
1.3.
Tidying Up
1.4.
First Normal Form (1NF)
1.5.
Second Normal Form (2NF)
1.6.
Third Normal Form (3NF)
1.7.
Other Normal Forms
1.8.
Entity-Relationship (ER) Diagram
1.9.
Summary
2.
RESTful Web Services
2.1.
Used Technologies
2.2.
Initial Project Setup
2.3.
Model and DAO Layer
2.3.1.
Model
2.3.2.
DAO
2.3.3.
Testing of DAO Layer
2.4.
Service Layer
2.4.1.
Implementation of Service Layer
Powered by
GitBook
RESTful Web Services with Spring Boot
Unnormalized Table (UNF)
Here we can take the simplest approach, exactly mirroring the report into table (see figure below).