Skip to content

Commit 14b3220

Browse files
committed
updated ReadME
1 parent a1e8e6b commit 14b3220

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,17 @@ jobs:
7676

7777
steps:
7878
- uses: actions/checkout@v3
79-
- name: Set up JDK 11
79+
- name: Set up JDK 1
8080
uses: actions/setup-java@v3
8181
with:
82-
java-version: '11'
82+
java-version: '17'
8383
distribution: 'adopt'
8484
- name: Validate Gradle wrapper
8585
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
8686
- name: Build with Gradle
8787
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
8888
with:
89-
arguments: build
89+
arguments: -Pclean-release build
9090
- name: Test with Gradle
9191
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
9292
with:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
Not fully tested yet!
88
For mapping documents only Gemma is available currently!
99

10+
The mapping service allows multiple schemas to be uploaded and managed and documents to be mapped over one of them at a time accordingly.
11+
Therefore, the service is extensible to other mappers, although currently only Gemma, a service that can only map JSON files, is available.
12+
The REST API is documented at the following link: [http://localhost:8095/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config](http://localhost:8095/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config)
1013

1114
## How to build
1215

0 commit comments

Comments
 (0)