Add paragraph on development process in README

This commit is contained in:
Dave Syer 2016-08-24 14:38:03 +01:00
parent ec63da4a62
commit 87df13e48a

View File

@ -215,6 +215,18 @@ Spring Boot app from the `initializr-service` directory:
$ mvn spring-boot:run
----
[[run-ide]]
=== Running the app in an IDE
You should be able to import the projects into your IDE with no
problems (STS with the m2e Groovy compiler support or IntelliJ IDEA
definitely work). Once there you can run the `initializr-service` from
its main method, debug it, and it will reload if you make changes to
other modules. (You may need to manually enable the "full" profile.)
This is the recommended way to operate while you are developing the
application, especially the UI.
## Deploying to Cloud Foundry
If you are on a Mac and using http://brew.sh/[homebrew], install the Cloud Foundry CLI: