Summary
Shortcuts, GitHub repository and other resources
In this tutorial, we created a simple Spring Boot application that uses Spring Data JPA to store and retrieve data from the database.
Some helpful shortcuts mentioned in the tutorial:
Name | Windows Shortcut | macOS Shortcut |
---|---|---|
Create classes and generate constructors/methods | Alt+Insert | ⌘N |
Context-aware code completion | Ctrl+Space | ⌃Space |
Search everywhere | Shift+Shift | Shift+Shift |
Run your application | Shift+F10 | ⌃R |
You can find the final project created through this tutorial in this GitHub repository.
Help Links
- Spring.io: Spring Data JPA
- Spring Guide: Accessing Data with JPA
- Working with Hibernate/JPA in IntelliJ IDEA (2021) (video)
- (documentation) Spring Support in IntelliJ IDEA
- (documentation) Explore Spring support features
- (documentation) Database Connection in IntelliJ IDEA
- (video) Getting started with Spring Data JPA