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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Create a Maven project. Add the following to your `pom.xml`. nFlow is available
18
18
<dependency>
19
19
<groupId>com.nitorcreations</groupId>
20
20
<artifactId>nflow-jetty</artifactId>
21
-
<version>1.1.0</version>
21
+
<version>1.2.0</version>
22
22
</dependency>
23
23
```
24
24
Create a class for starting nFlow in embedded Jetty using H2 memory database.
@@ -33,7 +33,7 @@ public class App {
33
33
}
34
34
```
35
35
That's it! Running `App` will start nFlow server though without any workflow definitions.
36
-
Point your browser to [http://localhost:7500/ui](http://localhost:7500/ui) and you can use interactive online documentation for the nFlow REST API.
36
+
Point your browser to [http://localhost:7500/doc/](http://localhost:7500/doc/) and you can use interactive online documentation for the nFlow REST API.
37
37
38
38
See the next sections for creating your own workflow definitions.
0 commit comments