Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpit2438735/spring-hibernate-template
Standard Template for Spring and Hibernate
https://github.com/arpit2438735/spring-hibernate-template
Last synced: about 1 month ago
JSON representation
Standard Template for Spring and Hibernate
- Host: GitHub
- URL: https://github.com/arpit2438735/spring-hibernate-template
- Owner: arpit2438735
- Created: 2014-05-01T20:05:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-11T06:15:32.000Z (over 10 years ago)
- Last Synced: 2023-03-25T11:56:59.861Z (over 1 year ago)
- Language: Java
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring-Hibernate-template
=========================Its a work in progress and expected to add more features to it.
### Project Setup
1. ```git clone``` this repository.
2. From the clone root run ```mvn install```
3. Create a new project directory ```/projects/new_sample```
4. Run the generate command ```mvn archetype:generate -DarchetypeCatalog=local.``` Local tells maven to look to the local repo for all archetypes and present with a list to pick one.
5. Enter the required parameters and the project is created.
6. cd into the project directory and run ```mvn jetty:run```.### TODOs
Contributions and ideas are welcome. These are some ideas we would like to implement.1. Remote install on local ```maven:archetype -DarchetypeRepository=path_to_maven_repo_with_archetype_jar```
2. Add Deployment Script for Beanstalk
3. Add ```PMD,CheckStyle``` guidlines to follow best practices