https://github.com/ranadas/spring-standalone-starter
Standalone maven for spring 4 project.
https://github.com/ranadas/spring-standalone-starter
Last synced: 5 months ago
JSON representation
Standalone maven for spring 4 project.
- Host: GitHub
- URL: https://github.com/ranadas/spring-standalone-starter
- Owner: ranadas
- License: artistic-2.0
- Created: 2015-04-06T08:10:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T06:23:04.000Z (about 11 years ago)
- Last Synced: 2024-04-17T09:08:21.764Z (about 2 years ago)
- Language: Java
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring4-standalone (starter)
Standalone spring 4 project in Maven.
1. Created a new Repo in GitHub.
2. git remote add origin https://github.com/ranadas/spring-standalone-starter.git
3. git remote -v
4. git branch --set-upstream-to=origin/master master
5. git pull
6. git push --set-upstream origin master
to Run :
mvn exec:java -Dexec.mainClass="com.rdas.main.SpringApplication" -Dexec.args="arg0"
to use log4jdbc helper urls :
https://code.google.com/p/log4jdbc/
https://code.google.com/p/log4jdbc-remix/
https://code.google.com/p/log4jdbc-log4j2/