- The sample project is based on handling with the error while CRUD process tries to be implemented.
- It throws an error covering its details information when any endpoint cannot be performed.
- It also shows an information when any service triggered by its own endpoint is called according to AOP
1 ) mvn clean install
2 ) docker build -t app .
3 ) docker image ls
4 ) docker ps
5 ) docker run -p 9999:8082 app
Click here to show the screenshots of project
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Figure 7
Figure 8
Figure 9
Figure 10
Figure 11
Figure 12
Figure 13
Figure 14
Figure 15
Figure 16
Figure 17
Figure 18
Figure 19
Figure 20
Figure 21
Figure 22
Figure 23
Figure 24
Figure 25
Figure 26
Figure 27
Figure 28
Figure 29
Figure 30