java-tutorials/spring-boot-modules/spring-boot-cassandre
panos-kakos cf858a1493 Java 27490 (#15217)
* [JAVA-27490] Set java.version of JDK 9+ profile to JDK 17

* [JAVA-27490] Removed java.version from modules

* [JAVA-27490] Commented modules that are failing

* [JAVA-27490] Clean up

* [JAVA-27490] Clean up
2023-12-05 10:43:20 +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 27490 (#15217) 2023-12-05 10:43:20 +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