cassandre-tech / cassandre-trading-bot

Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.
https://trading-bot.cassandre.tech
GNU General Public License v3.0
578 stars 162 forks source link

update to spring boot 3 #1258

Open fer-marino opened 7 months ago

fer-marino commented 7 months ago

I've noticed that this project still uses spring 2.7, which unfortunately has been discontinued. Would be nice to rebase on spring boot 3!

Just forcing the dependency doesn't seems to work unfortunately. Thanks for your work

straumat commented 7 months ago

@fer-marino thanks for your issue. I will try to take time to do it!