An open API service indexing awesome lists of open source software.

https://github.com/seii-saintway/book-sales


https://github.com/seii-saintway/book-sales

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# book-sales
1. SortByTotal.java 是排序中要用的适配器。
2. 由于我用了 JFreeChart 来生成柱状图,所以必须安装 JFreeChart 才能编译成功。

## Package
``` bash
mvn package
```

## Run
``` bash
java -jar target/book-app-1.0-SNAPSHOT-jar-with-dependencies.jar
```