Set-ups

Environment setups (I used MacOS)

Install:

  1. JDK

JDK version

  1. Rust toolchain

  1. Docker

  1. Gradle

  • Installing command:

brew install gradle

  1. Redis

  1. Kafka

Configure IDE with appropriate plugins:

  1. For SpringBoot Project

  1. For Rust Library Project

  • Command:

    cargo new rust_library_name --lib

Last updated