文件名称:transaction-statistics:REST API跟踪并获取交易统计信息
文件大小:63KB
文件格式:ZIP
更新时间:2024-06-08 04:05:22
spring-boot rest-api java-8 spring-mvc Java
交易统计服务
REST API跟踪并获取交易统计信息
我们API的主要用例是从最后60秒计算实时统计数据。将有两种API,每次都会调用其中的一种。获取最近60秒内有关交易的统计信息。
建造说明
mvn clean package
启动应用程序
使用Spring Boot Maven插件
mvn spring-boot:run
使用生成的可执行jar
java -jar target/transaction-statistics-0.0.1.jar
这些API可在http://
【文件预览】:
transaction-statistics-master
----mvnw.cmd(5KB)
----mvnw(6KB)
----src()
--------test()
--------main()
----.travis.yml(64B)
----.mvn()
--------wrapper()
----README.md(3KB)
----pom.xml(1KB)
----.gitignore(305B)