You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: ui/app/scripts/app/views/register-apps.html
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
<h1>Register Applications</h1>
2
-
<p>Register one or more applications by entering a <strong>Name</strong>, <strong>Type</strong> and <strong>URI</strong> of the application Jar. The URI is typically provided using the Maven coordinates of the Jar (e.g. <code>maven://io.spring.cloud:scdf-sample-app:jar:1.0.0.BUILD-SNAPSHOT</code>), but can be a local file or a docker image URI.</p>
2
+
<p>
3
+
Register one or more applications by entering a <strong>Name</strong>,
4
+
<strong>Type</strong> and <strong>App URI</strong> of the application Jar.
5
+
You can also provide an optional <strong>metadata artifact URI</strong>.
6
+
The App URI & the Metadata Artifact URI are typically provided using the Maven coordinates of the Jar
0 commit comments