An open API service indexing awesome lists of open source software.

https://github.com/blairnangle/spring-boot-docker-compose-debug

Bare-bones, Dockerized Spring Boot app to provide an example of debugging a Docker Compose app in IntelliJ.
https://github.com/blairnangle/spring-boot-docker-compose-debug

docker-compose intellij spring-boot

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/spring-guides/gs-spring-boot).

Accompanies blog post: [blairnangle.com/spring-boot-docker-compose-debug](https://blairnangle.com/blog/spring-boot-docker-compose-debug/).

## Requirements

- Java 18
- Gradle or Maven
- Docker

## Usage

### Run normally

```shell
./run.sh
```

### Run in debug mode so that a debugger can be attached

```shell
./debug.sh
```