October 2018
Intermediate to advanced
590 pages
15h 5m
English
At the beginning of this chapter, we decided to put everything inside the app.messages package. Let's take a look at it. Here is everything inside:
AppConfig.java // Root configuration classApplication.java // Application bootstrap classAuditingFilter.java // Requests audit FilterMessage.java // Message Entity classMessageController.java // Message Controller for HTTP APIMessageData.java // Saving message request data structureMessageRepository.java // Repository class of MessageMessageService.java // Service class of MessageSecurityCheck.java // Security Check annotationSecurityChecker.java // Security Checker aspect
As you can see, it is a pile of mud. And if we were going to build more features into this app, it would ...
Read now
Unlock full access