Skip to content

Commit ae97b63

Browse files
authored
Create README.md
1 parent 2863cda commit ae97b63

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

resteasy/uploadfile/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
The project needs the `resteasy-multipart-provider` dependency.
2+
3+
4+
The project structure:
5+
6+
```
7+
pom.xml
8+
src
9+
├───main
10+
│ ├───java
11+
│ │ └───com
12+
│ │ └───zetcode
13+
│ │ │ UploadFileEx.java
14+
│ │ ├───conf
15+
│ │ │ AppConfig.java
16+
│ │ ├───form
17+
│ │ │ FileUploadForm.java
18+
│ │ └───service
19+
│ │ FileUploadService.java
20+
│ └───resources
21+
├───test
22+
│ └───java
23+
└───web
24+
index.html
25+
```

0 commit comments

Comments
 (0)