Skip to content
This repository was archived by the owner on Nov 13, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (20 loc) · 854 Bytes

File metadata and controls

22 lines (20 loc) · 854 Bytes

BaseProject-Java

Build Status codecov

Structure

.
├── ...
├── docs                    # Documentation
├── diagrams                # UML Diagrams
├── src
│   ├── main
│   │   ├── java            # Application sources
│   │   └── resources       # Application resources
│   └── test
│       ├── java            # Test sources
│       └── resources       # Test resources
└── ...

介紹

1071 逢甲軟體工程課程使用的專題基礎專案。請使用 IntelliJ IDEA 開發