GitXplorerGitXplorer
l

TianGong-Footprint-Backend

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
6d95a91bb00643bd4a81a8cfcaac36757c9afe1c

add updateDistance property

hhyy1987 committed 2 years ago
Unverified
2ebda9ceefafe608541e47b5d09628b9b491df17

Clean up useless code

hhyy1987 committed 2 years ago
Unverified
61a6a663da1206238821737baad0f5784bcf48c2

data structure

hhyy1987 committed 2 years ago
Unverified
6d8e49ed22bb39bb9b0f4f53bcb341a0fa70d030

result api

hhyy1987 committed 2 years ago
Unverified
5b85eaaf69f9d66e4a83aea83394f8c711541963

result api

hhyy1987 committed 2 years ago
Unverified
bd0eadaf6ee920c1b30044d8c6c6722eee557fa3

some api

hhyy1987 committed 2 years ago

README

The README file for this repository.

TianGong-Footprint-Backend build publish

Environment Prepare

Install openjdk 11

apt install openjdk-11-jdk-headless

Setting JAVA_HOME:

vi ~/.bash_profile

Add

export JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/"

Activate

source ~/.bash_profile