https://github.com/casl0/spring_devcontainer_template
SpringBootのDevContainer用テンプレート
https://github.com/casl0/spring_devcontainer_template
Last synced: 3 months ago
JSON representation
SpringBootのDevContainer用テンプレート
- Host: GitHub
- URL: https://github.com/casl0/spring_devcontainer_template
- Owner: CASL0
- License: mit
- Created: 2023-11-21T12:26:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T14:15:10.000Z (over 2 years ago)
- Last Synced: 2025-09-02T06:34:57.041Z (9 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring_devcontainer_template
SpringBoot の DevContainer 用テンプレート
## Getting Started
コマンドパレット(Ctrl+Shift+P)を開き、Spring Initializer を実行しプロジェクトを作成してください。
## コンテナ構成
### web
Web サーバーのコンテナ
### db
データベースサーバーのコンテナ
### phpmyadmin
データベースクライアントのコンテナ