Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 554 Bytes

File metadata and controls

27 lines (17 loc) · 554 Bytes

spring-boot-docker-compose-debug

Bare-bones, Dockerized Spring Boot app to provide an example of debugging a Docker Compose app in IntelliJ.

Started from gs-spring-boot.

Accompanies blog post: blairnangle.com/spring-boot-docker-compose-debug.

Requirements

  • Java 18
  • Gradle or Maven
  • Docker

Usage

Run normally

./run.sh

Run in debug mode so that a debugger can be attached

./debug.sh