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
- Host: GitHub
- URL: https://github.com/ddjain/clipboardmanager
- Owner: ddjain
- Created: 2019-05-12T17:57:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T18:20:09.000Z (about 6 years ago)
- Last Synced: 2025-01-15T04:39:25.033Z (5 months ago)
- Language: Java
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```