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.
- Host: GitHub
- URL: https://github.com/blairnangle/spring-boot-docker-compose-debug
- Owner: blairnangle
- License: mit
- Created: 2022-07-08T11:25:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T11:30:18.000Z (almost 4 years ago)
- Last Synced: 2025-03-20T11:25:16.462Z (over 1 year ago)
- Topics: docker-compose, intellij, spring-boot
- Language: Java
- Homepage: https://blairnangle.com/blog/spring-boot-docker-compose-debug/
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```