Supplementary materials
This section contains a listing of additional resources to technologies and concepts that are used throughout the book:
- Java Development Kit Downloads: Refer to https://www.oracle.com/java/technologies/downloads/ for downloading the JDK.
- MVC Architecture: Refer to https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller.
- Spring Security site: Refer to https://spring.io/projects/spring-security. You can find links to the Spring Security Javadoc, downloads, source code, and reference at this link.
- Spring Framework: Refer to https://projects.spring.io/spring-framework/. You can find links to the Spring Framework Javadoc, downloads, source code, and reference from this link.
- Spring Boot: Refer to https://projects.spring.io/spring-boot/. You can find links to the Spring Boot Javadoc, downloads, source code, and reference from this link.
- Spring Data: Refer to https://projects.spring.io/spring-data/. You can find links to the...