#TopsTV API Server
A web server to provide APIs for TopsTVPlayer based on Spring MVC infrastructure.
The structure of this project is rather plain, consisting of four layers: Bean, DAO, Service, Controller.
- Download this project.
- Configure jdbc connection parameters (database url, username, passowrd, etc) in TopsAPIServer/src/main/resources/properties/jdbc.properties.
- Use maven to complile, package the project.
- Deploy the .war file obtained from previous step to a Java web container (Apache Tomcat is a common choice).
- Launch the web container.