Skip to content

JunTingLin/Classroom-reservation-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classroom-reservation-system

The website now is runing on Nas server

http://140.115.123.11:8080/

部署小筆記

maven打包fat jar指令,且跳過test

mvn package -Dmaven.test.skip

idea GUI

image

配置文件已分開,現已經不需要,直接按下打包(package)即可

運行jar檔指令,並且指定配置文件

java -jar <jar-file-name>.jar --spring.profiles.active=prod

背景運行,使用nohup(no hang up不挂起)

nohup java -jar /var/services/homes/geo251/oauth-client-1.0.0.jar --spring.profiles.active=prod &

nohup java -jar /var/services/homes/geoad/oauth-client-1.0.0.jar --spring.profiles.active=prod &

參考資料:Linux nohup 命令 image

查找process id

ps aux | grep oauth-client-1.0.0.jar

kill <PID>

渲染圖

  1. HOME
image
  1. 日曆 image

  2. 新增、刪除個人預約、表單提交(需透過中大單一登入) image

  3. 新增、刪除批量預約(需透過中大單一登入)

image
  1. 中大protal單一登入 image

About

NCU GEO 教室預約系統

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published