Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit a0c8b9b

Browse files
committed
Re-structure project
1 parent e6bdbea commit a0c8b9b

37 files changed

+48
-21
lines changed

.gitignore

+32-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
/project_team2/target/
1+
# Compiled class file
2+
*.class
3+
4+
# Log file
5+
*.log
6+
7+
# BlueJ files
8+
*.ctxt
9+
10+
# Mobile Tools for Java (J2ME)
11+
.mtj.tmp/
12+
13+
# Package Files #
14+
*.jar
15+
*.war
16+
*.nar
17+
*.ear
18+
*.zip
19+
*.tar.gz
20+
*.rar
21+
22+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23+
hs_err_pid*
24+
replay_pid*
25+
26+
# Maven
27+
target/
28+
29+
# NetBeans
30+
nbproject/
31+
nb-configuration.xml
32+
server/*.war

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# PRJ301_Team2
1+
# Flower Shop
2+
![GitHub top language](https://img.shields.io/github/languages/top/bakaqc/flower)
3+
![GitHub repo size](https://img.shields.io/github/repo-size/bakaqc/flower)
4+
![GitHub License](https://img.shields.io/github/license/bakaqc/flower)
5+
6+
## Requirements
7+
- JDK 8
8+
- MySQL 8.1.0
9+
- Tomcat 8.5
10+
- Maven 3+
11+
12+
## Contributors:
13+
14+
<a href="https://github.com/bakaqc/flower/graphs/contributors">
15+
<img src="https://contrib.rocks/image?repo=bakaqc/flower" />
16+
</a>

project_team2/pom.xml pom.xml

File renamed without changes.

project_team2/nb-configuration.xml

-19
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)