Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7bc7859

Browse files
committedMay 30, 2017
merge update
1 parent 3d2c0a4 commit 7bc7859

File tree

4 files changed

+35
-2
lines changed

4 files changed

+35
-2
lines changed
 

‎.coveralls.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
service_name: travis-ci
2+
repo_token: VoNnKHlm3jV6CDIVG9NxC7Z0LGYrhPgxD

‎.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: java
2+
jdk:
3+
- oraclejdk8

‎CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

‎README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1-
# asf-java-ui
2-
Angular Schema Form java based library allow developers to define schema and form using field annotations Edit
1+
# SF JAVA UI
2+
Schema Form Java based library allow developers to define schema and form using field annotations.
3+
4+
[![Build Status](https://travis-ci.org/JsonSchema-JavaUI/sf-java-ui.svg?branch=master)](https://travis-ci.org/JsonSchema-JavaUI/sf-java-ui)
5+
[![Coverage Status](https://coveralls.io/repos/github/JsonSchema-JavaUI/sf-java-ui/badge.svg?branch=master)](https://coveralls.io/github/JsonSchema-JavaUI/sf-java-ui?branch=master)
6+
7+
The SF Java UI library is a server side extension for the [Json Schema Form](https://github.com/json-schema-form) library. It make your development easier, you will not care about how to define your schema and your screen form definition. Just annotate your fields, and get your screen.
8+
9+
If you use SF Java UI in your project/company please let us know.
10+
11+
## Run the Demo
12+
The attached demo application is a Spring Boot + Angular web application.
13+
To run the app please go to the demo directory and run the commands below:
14+
15+
```bash
16+
bower install
17+
```
18+
This will install the basic web dependencies.
19+
20+
```bash
21+
mvn spring-boot:run
22+
```
23+
This will run the application
24+
25+
## Quick start
26+
Using SF Java UI is simple. Follow the steps below to get your first screen.
27+
28+
## Contributing
29+
Contributions are welcome! Please see [Contributing.md](CONTRIBUTING.md) for more info.

0 commit comments

Comments
 (0)
Please sign in to comment.