Skip to content

Epurashu/SimpleHttpCallerExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Work in progress

Simple Http client that uses Alfresco V1 Rest API to generate Audit logs.

Requirements

* Openjdk 11.0.1 and above

Build Standalone Jar

```mvn clean compile assembly:single```

How to run

java -jar SimpleHttpRequestSender.jar PARAM=VALUE

Parameter lists:

 threads=5
 folders=100
 nodes=10
 updates=15

Notice

The parameter *threads* will increase the number of parallel execution of creating folder Nodes.

Number of folder Nodes each tread will create is set by the parameter folders.

About

Learning exercise HttpClient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages