mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-30 12:48:01 +08:00
Add paragraph on development process in README
This commit is contained in:
parent
ec63da4a62
commit
87df13e48a
12
README.adoc
12
README.adoc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user