Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🚤 Boost your productivity with TDD (Test-Driven Development) and Spring Boot to accelerate your development. Build better, faster, and safer.

NotificationsYou must be signed in to change notification settings

rieckpil/tdd-with-spring-boot-done-right

Repository files navigation

Spring Boot TDD Online Course

TDD with Spring Boot Done Right Online Course

  • main branch:Build & Test Maven Project
  • code-along branch:Build & Test Maven Project

Introduction

Boost your productivity with TDD (Test-Driven Development) and Spring Boot to accelerate your development. Build better, faster, and safer.

  • No Fluff: We don't want to religiously convince you. Take this course and see it for yourself. Apply what works for you and avoid cargo-cult.
  • Beyond The Basics: Test fails, test passes, refactoring? But how to do TDD for legacy code? How to do it remotely within a team? We'll answer that.
  • Real-World Examples: TDD for a Game or Calculator is simple. That's playground and doesn't prepare you. We go for real world hands-on examples.
  • Productivity Boost: Write more maintainable code. Get confidence by adding a covering test suite for your project to sleep better at night.

The TDD with Spring Boot Done Right Online Courses focuses on teaching the TDD with Java and Spring Boot.

We won't cover all technical details of testing with Spring Boot, but rather focus on the TDD methodology and how to apply it in.

If you're new to testing with Java and Spring Boot, we highly recommend to first work through theTesting Spring Boot Applications Masterclass before taking this course.

» Enrollhere for the TDD with Spring Boot Done Right Online Course.

Further Resources and Links

Local Project Setup

Requirements

Mandatory requirements:

  • Java 21 (JDK flavour (OpenJDK/Azul/Oracle) does not matter). For the correct Java version setup I can recommendJEnv (Mac/Linux) and theMaven Toolchains Plugin (Windows)
$ java -versionopenjdk version "21.0.6" 2025-01-21 LTSOpenJDK Runtime Environment Temurin-21.0.6+7 (build 21.0.6+7-LTS)OpenJDK 64-Bit Server VM Temurin-21.0.6+7 (build 21.0.6+7-LTS, mixed mode, sharing)
  • Docker Engine (Community Edition is enough):
$ docker versionClient: Docker Engine - Community Version:           20.10.6 API version:       1.41 Go version:        go1.13.15 Git commit:        370c289 Built:             Fri Apr  9 22:47:17 2021 OS/Arch:           linux/amd64 Context:           default Experimental:      trueServer: Docker Engine - Community Engine:  Version:          20.10.6  API version:      1.41 (minimum version 1.12)  Go version:       go1.13.15  Git commit:       8728dd2  Built:            Fri Apr  9 22:45:28 2021  OS/Arch:          linux/amd64  Experimental:     false

Optional requirements:

  • Maven >= 3.6 (the project also includes the Maven Wrapper).

When using Maven from the command line, make sure./mvnw -version reports the correct Java version:

$ ./mvnw -versionApache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)Maven home: /home/rieckpil/.m2/wrapper/dists/apache-maven-3.8.4-bin/52ccbt68d252mdldqsfsn03jlf/apache-maven-3.8.4Java version: 17.0.1, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/jdk-17.0.1+12Default locale: en_US, platform encoding: UTF-8OS name: "linux", version: "5.4.0-92-generic", arch: "amd64", family: "unix"
  • IntelliJ IDEA or any IDE/Code Editor (Eclipse, NetBeans, Code, Atom, etc.)

About

🚤 Boost your productivity with TDD (Test-Driven Development) and Spring Boot to accelerate your development. Build better, faster, and safer.

Topics

Resources

Stars

Watchers

Forks

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp