An open API service indexing awesome lists of open source software.

https://github.com/ddjain/clipboardmanager

Clipboard manager helps you to share content of one clipboard to another clipboard
https://github.com/ddjain/clipboardmanager

Last synced: 3 months ago
JSON representation

Clipboard manager helps you to share content of one clipboard to another clipboard

Awesome Lists containing this project

README

        

# ClipboardManager
Clipboard manager helps you to share content of one clipboard to another clipboard
### To run the application
To run the application first you will need to create `war` file of application by following command
```
ClipboardManager > mvn clean install
```

Once build is successfull, you will get WAR file of application in /target folder run war file by following command
```
ClipboardManager/target > java -jar .war
```

Application is running on 8080 default port.

```
http://localhost:8080
```