Axon-trader
Axon-trader copied to clipboard
A sample to use the axon framework for a trading application
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.9 to 2.9.10.8. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
below classes are missing import org.axonframework.samples.trader.api.orders.transaction.TransactionId; import org.axonframework.samples.trader.api.orders.transaction.ConfirmTransactionCommand;
Bumps `spring.version` from 4.3.18.RELEASE to 5.3.6. Updates `spring-framework-bom` from 4.3.18.RELEASE to 5.3.6 Release notes Sourced from spring-framework-bom's releases. v5.3.6 :star: New Features Make sure file storage directory exists before usage...
Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 4.3.2.Final to 5.3.5.Final. Changelog Sourced from hibernate-validator's changelog. 5.3.5.Final (15-03-2017) ** Bug * HV-1284 - build - Reenable testing under the security manager * HV-1220 - engine...
Could these be updated to use the latest release of your Axon Framework and Spring/Spring Boot?
How can you change the current database hsqlDb to Mysql database? Thank you for your advice.
Within the sample the idea is that a company can have multiple order books. At the moment this is not really the case. The order book is correlated to the...
Now we have a groovy based auto trader, we want to have a button to start auto trading with the available users/companies etc.