项目作者: n-at

项目描述 :
Using of Russian Post tracking API
高级语言: Java
项目地址: git://github.com/n-at/post-tracking-service.git
创建时间: 2016-03-30T19:36:43Z
项目社区:https://github.com/n-at/post-tracking-service

开源协议:

下载


Using of Russian Post tracking API

Build Status
Dependencies

Stack

Back-end:

Front-end:

Building

Requirements:

Build client resources and executable jar:

  1. $ ./mvnw clean package

Build only client resources:

  1. $ cd public
  2. $ npm install
  3. $ npm run build

Running

Setup API login and password in application.properties file (you can get them here).
See application.sample.properties for example of application configuration.

Run application (from target directory):

  1. $ java -jar post-tracking-service.jar

License

BSD