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
+46-1
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,54 @@ 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
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
+
55
+
#### Using spring boot
56
+
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
0 commit comments