If you intend to run cf-hoover-ui
in a local development environment, you must first:
- Launch a standalone instance of Eureka server
- Launch an instance of cf-hoover
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