# UBI Sample Server **Repository Path**: baixingkefu/ubi-sample-server ## Basic Information - **Project Name**: UBI Sample Server - **Description**: Sample server for demonstrating how to integrate UBI SDK into your own mobile APP - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-22 - **Last Updated**: 2021-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sample Server This is a sample project demonstrating how to integrate with BXCL UBI OpenAPIs. ## Build ``` mvn clean install ``` ## Run this server Run the following command with `` and `` replaced with the keys of your own application, the server will be started and listening on port 8001. ``` java -jar target/sample-server-0.0.1-SNAPSHOT.jar --ubi.passport.appkey= --ubi.passport.appsecret= ```