Skip to content

Commit

Permalink
記述ミスを修正 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago0224 authored Aug 9, 2024
1 parent eb86960 commit 3ab1ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server-app/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $ git clone [email protected]:iij/bootcamp.git

```bash
$ cd bootcamp-java-2024
$ docker exec cp java:/app/. ./work
$ docker compose cp java:/app/. ./work
$ ls ./work # 以下のファイル群が確認できる
build build.gradle gradle gradlew settings.gradle src
```
Expand All @@ -115,7 +115,7 @@ $ git clone [email protected]:iij/bootcamp.git
## Java の基本

Java は OpenJDK コミュニティによって開発され、各ベンダからリリースされているプログラミング言語です。
古くから利用されているプログラミング言語/プラットフォームである一方、2022 年現在でも SI や大規模開発の現場などでよく利用されています。
古くから利用されているプログラミング言語/プラットフォームである一方、2024 年現在でも SI や大規模開発の現場などでよく利用されています。

### 言語としての特徴

Expand Down

0 comments on commit 3ab1ef6

Please sign in to comment.