Skip to content

エンジニアリングデザイン2022 9班 のプロジェクト

Notifications You must be signed in to change notification settings

Engineering-Design-2022/snop-vs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snop

2022 エンデザ9班 のプロジェクト

環境構築

ツールの確認

git --version
docker --version
docker-compose --version
code --version
mvn --version
inotifywait -h

が実行されることを確認する

環境構築

git clone git@github.com:Engineering-Design-2022/snop-vs.git
cd snop-vs/
code .

開発用コマンド

  • データベース・tomcat のコンテナを立てる
    • docker-compose up or docker-compose up -d
  • コンテナを終了する
    • docker-compose down
  • ホットコンパイルサーバを立てる
    • make watch
  • コンパイル + war 化する
    • make build
  • コンパイルする
    • make compile
  • war化する
    • make package
  • 稼働に必要なソースを圧縮してまとめる
    • sh archive.sh

About

エンジニアリングデザイン2022 9班 のプロジェクト

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •