https://github.com/kameshsampath/secured-calculator
A simple secured calculator which can be used for demoing https services integration
https://github.com/kameshsampath/secured-calculator
demo-app https vertx vertx-web
Last synced: 29 days ago
JSON representation
A simple secured calculator which can be used for demoing https services integration
- Host: GitHub
- URL: https://github.com/kameshsampath/secured-calculator
- Owner: kameshsampath
- License: apache-2.0
- Created: 2017-05-31T16:29:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T16:37:13.000Z (about 9 years ago)
- Last Synced: 2025-10-25T02:48:05.783Z (8 months ago)
- Topics: demo-app, https, vertx, vertx-web
- Language: Shell
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Secured Calculator
A simple vert.x application that runs a simple calculator in secured mode, this could be used for quickly testing connectivity
to https application. e.g. calling https services from Java or other applications
= Starting application
Run `./mvnw clean install` to have the application installed locally, this not required to run the application
but useful to download the dependencies
== Foreground
`./mvnw vertx:run` - to run the application in foreground
To stop the application run CMD + C (OS X) or Ctrl + C (linux/windows)
== Background
`./mvnw vertx:start` - to run the application in background
To stop the application running in daemon mode use `./mvnw vertx:stop`
== License
Copyright 2017 Kamesh Sampath
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.