https://github.com/seii-saintway/book-sales
https://github.com/seii-saintway/book-sales
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seii-saintway/book-sales
- Owner: seii-saintway
- Created: 2020-07-19T03:12:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T23:42:06.000Z (about 5 years ago)
- Last Synced: 2025-02-12T14:24:10.975Z (10 months ago)
- Language: Java
- Size: 6.03 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```