1.5.0Technique Stack - haymant/trading GitHub Wiki

  • Dev Tools
    • Language: Open JDK 11.0.12
    • Building: Gradle 7.4.2 (Ubuntu snap version can't find repo by default)
    • IDE: IntelliJ/eclipse
    • DB tool: IntelliJ database plugin or DBeaver
    • Postgres driver: 42.2.1 (42.2.0 got bug executing Flyway)
    • Flyway: 8.5.8
  • Backend
    • Spring boot
      • Spring security
    • Kafka (Spring SCDF is not fully compatible with ActiveMQ out of box)
    • Postgres
    • Redis
  • Frontend
    • nodejs: 18.0.0, managed version by nvm
    • npm: 8.7.0
    • yarn: 1.22.18
    • Component lib: Ant design 4.19.5
    • Test: Jest