Hacks

AP required. Review the lambok annotations (https://projectlombok.org/features/).

  • Write the POJO and show code generated by lambok. Comment this code in context of requirements for the AP exam.

PBL foundational. Establish a POJO, JPA and APIs in your own project. You can begin with Jokes.

  • Make new POJO attribute. Alert, I suggest deleting /volumes/sqlite.db each time you change schema. Schema changes are not ugraded automatically.
  • Make a new API endpoint.
  • Test your API using Postman. You should be able to test with localhost:port.
  1. Spring Framework Documentation The official Spring Framework documentation is entirely free to access. It provides comprehensive information on various Spring modules, including Spring Boot and Spring Data JPA.

  2. Baeldung Spring Boot Tutorials Baeldung: Baeldung offers a mix of free and paid content. While some articles may require a subscription, many tutorials and guides on Spring Boot and Spring Data JPA are available for free.

  3. Baeldung Spring Boot Tutorials Spring Guides: The Spring Guides are completely free and provide step-by-step tutorials on various aspects of Spring development, including Spring Boot and Spring Data JPA.

  4. Spring Guides Java Brains YouTube Channel: The Java Brains YouTube channel offers free video tutorials on Java and Spring frameworks, including dedicated playlists for Spring Boot and Spring Data JPA.

5 Java Brains YouTube Channe Spring Data JPA Reference Documentation: The Spring Data JPA reference documentation is freely available online and provides in-depth insights into Spring Data JPA features.

Spring Data JPA Reference Documentation The Spring Data JPA reference documentation is freely available online and provides in-depth insights into Spring Data JPA features.