https://github.com/cr4yfish/java_spring_docker_test
https://github.com/cr4yfish/java_spring_docker_test
docker java spring spring-boot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cr4yfish/java_spring_docker_test
- Owner: cr4yfish
- Created: 2022-10-01T01:13:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T01:35:32.000Z (about 3 years ago)
- Last Synced: 2025-03-28T17:48:29.762Z (7 months ago)
- Topics: docker, java, spring, spring-boot
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Java Development Environment Test Setup
This repository contains a simple Java project that can be used to test the setup of a Java development environment.## Tech Stack
* Spring
* Docker## Prerequisites
* Docker
* A computer## Setup
1. Clone the repository
```
gh repo clone cr4yfish/java_spring_docker_test
```2. Build the image in the root directory of the repository
```sh
docker build --tag java-docker .
```## Known Issues
* "mvnw" has to have Linux line endings, or else docker will not be able to execute it.