Chapter 12: Tools in Intellij
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Understand the role of Gradle in a Spring Boot project
Key Terminology
Throughout this lesson you should make note of the following terms and their definitions as you read the content on the page.
Gradle
- automated build tool
- projects
- tasks
- plugins
- dependencies
- repositories
Debugging in IntelliJ
- breakpoint
- Debug mode
- Debugger Pane
- Add/Watch
- conditional breakpoint
- Step-over
- Step-into
- Step-out-of
- Variables Pane
- Frames Pane