一、代碼下載
mysql
git 地址:https://git.oschina.net/huangyong/smart-sample.gitgit
2、啓動項目web
我用tomcat:run 沒起起來,有高人運行起來告訴我一下怎麼弄的,sql
我用jetty:run pom文件增長這個數據庫
<plugin> <!-- 以mvn jetty:run運行 --> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>9.2.6.v20141205</version> <configuration> <httpConnector> <port>9080</port> </httpConnector> <reload>automatic</reload> <scanIntervalSeconds>20</scanIntervalSeconds> <webApp> <contextPath>/</contextPath> </webApp> </configuration> </plugin>
起來之後主界面:tomcat
數據庫mysql create dababase sample;eclipse
導入 sample.sqlmaven
登錄 admin admin.net