Skip to content

Commit 414a143

Browse files
committed
fix
1 parent 4348a2a commit 414a143

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ The API Documentation is found at [http://webapidoc.ohdsi.org/](http://webapidoc
2424

2525
Documentation can be found a the [Web API Installation Guide](https://github.com/OHDSI/WebAPI/wiki) which covers the system requirements and installation instructions.
2626

27+
## JAR Build (Executable)
28+
29+
WebAPI can also be built as a self-contained executable JAR with embedded Tomcat:
30+
31+
```bash
32+
# Build as JAR
33+
mvn clean package -DskipTests -Dpackaging.type=jar
34+
35+
# Run
36+
java -jar target/WebAPI.jar --spring.profiles.active=webapi-postgresql
37+
```
38+
2739
## SAML Auth support
2840

2941
The following parameters are used:

0 commit comments

Comments
 (0)