spring-cloud-dataflow-ui | repo provides the Dashboard application | Dashboard library
kandi X-RAY | spring-cloud-dataflow-ui Summary
kandi X-RAY | spring-cloud-dataflow-ui Summary
This is the Spring Cloud Data Flow Dashboard user interface (UI). The UI uses Angular. Source code documentation is available at The Git repository for the main Spring Cloud Data Flow project is at:
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of spring-cloud-dataflow-ui
spring-cloud-dataflow-ui Key Features
spring-cloud-dataflow-ui Examples and Code Snippets
Community Discussions
Trending Discussions on spring-cloud-dataflow-ui
QUESTION
I have tried configuring Spring Cloud Data Flow (2.0.0.m2) with a prefix, such as:
server.servlet.context-path=/scdf
This does not work because, when you go to http://localhost:9393/scdf/dashboard
, the javascript loaded up tries to go to /security/info
(not /scdf/security/info
).
I am pretty confident this is a bug; I've been reading through the UI code here: https://github.com/spring-cloud/spring-cloud-dataflow-ui, but don't think there is anyway around this beyond a code fix.
But let me ask here first!
...ANSWER
Answered 2019-Mar-04 at 00:14Yes the server.servlet.context-path
only configures the backend Spring App. I couldn't find anyway to do this nicely on both the front-end and backend. If you run it using docker compose, etc you could proxy all requests. Otherwise I looked at the codebase and I think the easiest way to configure the front-end as well is to edit the proxy.conf.json
file, and append /scdf/
to everything. Not ideal though.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install spring-cloud-dataflow-ui
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page