Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sobkowiak/springdm-in-action-code
Mirror of SpringDM in Action code
https://github.com/sobkowiak/springdm-in-action-code
Last synced: 9 days ago
JSON representation
Mirror of SpringDM in Action code
- Host: GitHub
- URL: https://github.com/sobkowiak/springdm-in-action-code
- Owner: sobkowiak
- License: apache-2.0
- Created: 2013-06-10T22:54:18.000Z (over 11 years ago)
- Default Branch: trunk
- Last Pushed: 2013-06-11T19:57:05.000Z (over 11 years ago)
- Last Synced: 2024-11-07T07:16:30.884Z (about 2 months ago)
- Language: Java
- Homepage: https://code.google.com/p/springdm-in-action/
- Size: 43.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring DM in Action - Source Code
This repository is a mirror for the [*Spring DM in Action*][cogoluegnes] source code officially located in [https://code.google.com/p/springdm-in-action/][cogoluegnes-code].
## Cloning and syncing with the SVN repository
To clone this repository, please run following command:
git clone [email protected]:sobkowiak/springdm-in-action-code.gitIf you want to track the changes from the original repository please run following commands:
git svn init -s --prefix=origin/ http://springdm-in-action.googlecode.com/svn/
git svn rebase[cogoluegnes]: http://www.manning.com/cogoluegnes/
[cogoluegnes-code]: https://code.google.com/p/springdm-in-action/