# sstest **Repository Path**: uniquejava/sstest ## Basic Information - **Project Name**: sstest - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-02-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README project from sookie. ============ ##how to setup Type the following command one by one: cd ~/tmp git clone https://git.oschina.net/uniquejava/sstest.git cd sstest mvn clean package mvn jetty:run point your browser to `http://localhost:8080/abc/register/hi;q=123`, you should see something below from your terminal: [INFO] Started Jetty Server [INFO] Starting scanner at interval of 8 seconds. v1=hi, q=123 ##changes The main changes is here in `baobaotao-servlet.xml` ##Manual The online spring manual is [here](http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/), you can download the [pdf file here](http://docs.spring.io/spring/docs/current/spring-framework-reference/pdf/)