Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 635 Bytes

RUN.md

File metadata and controls

17 lines (11 loc) · 635 Bytes

VMware Tanzu Application Service > Hoover UI

How to Run with Maven

If you intend to run cf-hoover-ui in a local development environment, you must first:

Then:

./mvw spring-boot:run -Dspring-boot.run.profiles={target_foundation_profile}

where {target_foundation_profile} is something like pws or pcfone

You'll need to manually stop to the application with Ctrl+C