Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noherczeg/ican
Spring WS pet project
https://github.com/noherczeg/ican
Last synced: about 1 month ago
JSON representation
Spring WS pet project
- Host: GitHub
- URL: https://github.com/noherczeg/ican
- Owner: noherczeg
- Created: 2014-10-19T23:19:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T23:21:48.000Z (about 10 years ago)
- Last Synced: 2023-03-27T08:55:11.230Z (over 1 year ago)
- Language: Java
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Running the app
===========Create a jar configuration, and add the following steps to it:
- clean install (mvn)
- Build 'ican:jar' artifactThe app will regenerate the classes before each run therefore making it impossible to become a victim of an API change.
You may create separate configurations for each step, this way speeding up the re-deployments.
Contract first FTW!