# SmartBandServer **Repository Path**: jtx/smartbandserver ## Basic Information - **Project Name**: SmartBandServer - **Description**: restful web - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring 4 RESTFul Controller Example (REST CRUD Example) Template example for Spring 4 MVC + RESTful Service with pure Java Configuration (no XML), using Maven build tool. ###1. Technologies * Spring 4.3.1.RELEASE * Maven 3.3.3 ###2. To Run this project locally ```shell $ git clone URL $ mvn tomcat7:run ``` using IDE to run https://my.oschina.net/lilw/blog/168667 Access ```http://localhost:8080/smartband/health``` Android Server :```{Your Computer IP}:8080/smartband``` ###3. To import this project in Eclipse IDE 1. ```$ mvn eclipse:eclipse``` 2. Import into Eclipse via **existing projects into workspace** option. 3. Done.