Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 276 Bytes

bookcity

##JavaWeb实训:网上购书城平台系统

  • 本项目采用Maven项目构建和管理工具

  • git ignore参考:here

vim .gitignore
git rm -r --cached .
git add .
git commit -m 'update .gitignore'