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
+5-2
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,11 @@ First, add the SF Java UI library to your java web project:
47
47
```
48
48
Add the oss repository:
49
49
```xml
50
-
The official version Not yet deployed
50
+
The official version Not yet deployed to sonatype.
51
51
```
52
+
53
+
Please find the required instruction to configure [bintray.com](https://bintray.com/jsonschema-javaui/sf-java-ui/sf-java-ui) repository to your setting.xml
54
+
52
55
#### Using spring boot
53
56
54
57
If you a are using spring boot to develop your project, you can add the annotation below to your main spring boot class in order to run the servlet context loader to inialize the library
@@ -83,7 +86,7 @@ public class DemoApplication {
83
86
84
87
#### Using other java web project
85
88
86
-
You can add this line of code on your custom startup listener.
89
+
You may add this line of code on your custom server startup listener.
0 commit comments