mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 10:08:22 +08:00
Add paragraph on development process in README
This commit is contained in:
12
README.adoc
12
README.adoc
@@ -215,6 +215,18 @@ Spring Boot app from the `initializr-service` directory:
|
|||||||
$ mvn spring-boot:run
|
$ 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
|
## Deploying to Cloud Foundry
|
||||||
|
|
||||||
If you are on a Mac and using http://brew.sh/[homebrew], install the Cloud Foundry CLI:
|
If you are on a Mac and using http://brew.sh/[homebrew], install the Cloud Foundry CLI:
|
||||||
|
Reference in New Issue
Block a user