{"id":18153209,"url":"https://github.com/itachi-p/java-spring-basic","last_synced_at":"2026-05-09T10:16:32.542Z","repository":{"id":260085448,"uuid":"878944305","full_name":"itachi-p/java-spring-basic","owner":"itachi-p","description":"Javaの復習も兼ねてSpring(Boot)入門","archived":false,"fork":false,"pushed_at":"2024-10-31T14:09:18.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T06:32:47.996Z","etag":null,"topics":["java","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itachi-p.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-26T14:40:14.000Z","updated_at":"2024-10-31T14:09:22.000Z","dependencies_parsed_at":"2025-02-13T06:31:55.692Z","dependency_job_id":"f766e891-6011-4474-b197-9f0f43b58a36","html_url":"https://github.com/itachi-p/java-spring-basic","commit_stats":null,"previous_names":["itachi-p/java-spring-basic"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi-p%2Fjava-spring-basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi-p%2Fjava-spring-basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi-p%2Fjava-spring-basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi-p%2Fjava-spring-basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itachi-p","download_url":"https://codeload.github.com/itachi-p/java-spring-basic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247574097,"owners_count":20960495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","spring","spring-boot"],"created_at":"2024-11-02T03:06:02.098Z","updated_at":"2026-05-09T10:16:27.522Z","avatar_url":"https://github.com/itachi-p.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java復習(Spring Boot入門)\n\n## 基本方針\n\n- Javaそのものの復習はスルー\n- Spring(Boot)入門に範囲を絞って進める\n- 環境構築になるべくコストを払わない\n  - ~~20年ぶりにEcripseを使うより、既にあるVSCodeで進める~~\n  - 研修では主にEclipse(STS含む)を使用する為、VSCodeよりEclipseに慣れておく\n  - MacbookProを捨ててまでWindows環境に合わせることはしない。違いは最初の環境構築段階だけ。\n  - Servlet \u0026 JSP 初心者研修の延長としてSpringを学ぶので、JSPと競合する**Thymeleafには触れない**方針\n\n### 参考サイト/学習教材候補\n\n- [Spring公式日本語ガイド](https://spring.pleiades.io/guides/gs/guides-with-vscode)\n  - 基本はEcripseを使う前提だが、VSCode対応版もあり\n- [macchinetta](https://macchinetta.github.io/server-guideline-thymeleaf/current/ja/index.html)\n  - Spring Bootそのものではないが、勉強になりそう\n- [後悔しないためのSpring Boot 入門書：Spring 解体新書（第2版）](https://www.amazon.co.jp/dp/B08XPBPH9C)\n  - KindleUnlimited(月額980円)加入が必要だが、良さそうな本\n- [SpringBoot入門講座 SpringToolSuite](https://www.sys-link.jp/technical/SpringBoot/SpringBoot0-1.html)\n  - 社内研修向けの公開資料。良さげだが、Ecripseかつ**Windows環境**が前提。\n\n### 代表的な書籍\n\n- [プロになるためのSpring入門ーーゼロからの開発力養成講座](https://www.amazon.co.jp/dp/4297136139)\n- [Spring徹底入門 第2版 Spring FrameworkによるJavaアプリケーション開発](https://www.amazon.co.jp/dp/479818134X)\n\n#### TIPS\n\n- Thymeleaf : タイムリーフ。LaravelにおけるBladeのようなテンプレートエンジン。HTMLにJavaを組み込める。\n- Maven : Javaプロジェクトのビルドと依存関係の管理ツール。PHPならComposerが一番近いと言える。\n  - 10/27朝HomeBrewにてインストール済み。既存のSpringBoot公式デモプロジェクトを実行し、ブラウザからlocalhost:8080でJSON形式のページにアクセス確認。\n  - [Spring公式デモ](https://spring.io/guides/gs/rest-service)\n- VSCodeのコマンドパレットから`Spring initializr`で自動生成されるdemoフォルダの実行で、デフォルトのWhitelabel Error Page表示を確認\n  - `application.properties`に追記し、ポート番号をデフォルトの8080から8081に変更\n  - 上記に`templates/index.html`と`HomeController.java`を加え、ブラウザからlocalhost:8081でindexページ表示を確認\n  - 設定を変更し、JSPと競合するThymeleafを削除しJSPの動的コンテンツが正常に動作することを確認\n  - IDEとしてVSCodeから主にEclipse2023を使うように変更\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitachi-p%2Fjava-spring-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitachi-p%2Fjava-spring-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitachi-p%2Fjava-spring-basic/lists"}