Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivajivarma/transporter
https://github.com/shivajivarma/transporter
java spring spring-boot
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivajivarma/transporter
- Owner: shivajivarma
- Created: 2017-02-12T11:20:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T09:00:45.000Z (almost 5 years ago)
- Last Synced: 2024-10-15T13:27:49.973Z (about 1 month ago)
- Topics: java, spring, spring-boot
- Language: JavaScript
- Homepage: http://shivajivarma.com/project/transporter/
- Size: 34.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Transporter
======================
Transporter, written in java using spring framework.Project Documentation: http://shivajivarma.com/project/transporter/
### Setup:
1. Install Prerequisite Software:
* Java 1.8
* MySql 5.6 + MySql Connector/J + workbench (http://dev.mysql.com/downloads/windows/installer/)
* Eclipse Luna
* Install Gradle plugin in Eclipse2. Set Enviroment Variables (Paths may vary based on OS and installation):
* ```CLASSPATH=C:\Program Files\Java\jdk1.8.0_20\bin```
* ```PATH=C:\Program Files\Java\jdk1.8.0_20\bin```
* ```JAVA_HOME=C:\Program Files\Java\jdk1.8.0_20```3. Clone the source code:
```bash
git clone https://github.com/shivajivarma/transporter.git
```4. Import project into eclipse.
5. Make sure eclispe is using currect JDK.
6. Database setup (https://github.com/shivajivarma/transporter/tree/master/web/src/main/resources/db-scripts)
7. Run main class in WebApplication.java, It would start the embedded tomcat.