java-tutorials/spring-boot-modules/spring-boot-cassandre
kwoyke fda111a5a1 JAVA-6222: Fix issues in the spring-boot-cassandre (#10988)
* JAVA-6222: Use parent-boot-2 in spring-boot-cassandre

* JAVA-6222: Fix PMD violation

* JAVA-6222: Cleanup pom.xml

* JAVA-6222: Fix app and package names

* JAVA-6222: Rename unit test to live test

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-02 21:18:53 +05:30
..
src JAVA-6222: Fix issues in the spring-boot-cassandre (#10988) 2021-07-02 21:18:53 +05:30
README.md Update README.md 2021-05-20 01:27:41 +08:00
pom.xml JAVA-6222: Fix issues in the spring-boot-cassandre (#10988) 2021-07-02 21:18:53 +05:30

README.md

Cassandre trading bot example

This project is an example of a trading bot developed with Cassandre

Running the examples

  • mvn test - Run strategy backtesting
  • mvn spring-boot:run - Run the bot

Relevant Articles