Skip to content

Commit 557a99b

Browse files
authored
Update README.md
1 parent ddc5c53 commit 557a99b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ First, add the SF Java UI library to your java web project:
4747
```
4848
Add the oss repository:
4949
```xml
50-
The official version Not yet deployed
50+
The official version Not yet deployed to sonatype.
5151
```
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+
5255
#### Using spring boot
5356

5457
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 {
8386

8487
#### Using other java web project
8588

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.
8790

8891
```Java
8992

0 commit comments

Comments
 (0)