Write a “Getting Started” section in the documentation wiki
AlexFalappa opened this issue · comments
Alessandro Falappa commented
Recently received questions of newbie users having a hard time discovering how to use the plugin.
A Getting Started chapter could be added in the wiki detailing:
- Creation of a new Spring Initializr project with web, devtools, configuration processor and h2 dependencies
- Creation of an entity class and of a Spring Data Repository
- Activation of manual restart from the project properties
- Run of the application trough the spring-boot maven plugin
- Addition of a
RestController
class - Trigger restart
- Showcase of configuration properties completion and error highlighting by changing server port and sql logging
- Trigger another restart then stop
- Addition of the actuator starter to the
pom.xml
- Activation of debug mode and override of server port property from the project properties
- Creation of a configuration properties class
- Showcase of completion on user created configuration properties in the configuration properties editor
- Debug of the application trough the spring-boot maven plugin
Alessandro Falappa commented
Closed with 99c8764