项目环境搭建
1. 开发环境
Sybase PowerDesigner 15.1.0 + MySQL 5.7.15 + Navicat 11.0.9 + eclipse EE Mars 2.0 + FireFox 49.0.1
2. 运行环境
Maven 3.3.3 + JDK 1.7 + spring 4.1.3 + mybatis 3.2.8 + tomcat 7.0
3. 项目组织目录
4. Maven核心配置文件
pom.xml
13 4.0.0 4org.guangsoft 5car_rent 60.0.1-SNAPSHOT 7war 89 32 334.12 104.1.3.RELEASE 113.2.8 121.2.2 131.2.15 145.1.32 151.6.4 162.4.2 171.0.9 184.3.5 191.2 202.5 212.0 222.5 233.3.2 241.3.2 253.3 263.4.2-fix 270.9.1 281.3.1 292.7.2 304.10.3 3134 35 177 17836 40 41joda-time 37joda-time 38${joda-time.version} 3942 46org.apache.commons 43commons-lang3 44${commons-lang3.version} 4547 51org.apache.commons 48commons-io 49${commons-io.version} 5052 56 57commons-net 53commons-net 54${commons-net.version} 5558 62 63com.fasterxml.jackson.core 59jackson-databind 60${jackson.version} 6164 68 69org.apache.httpcomponents 65httpclient 66${httpclient.version} 6770 75 76junit 71junit 72${junit.version} 73test 7477 81 82org.slf4j 78slf4j-log4j12 79${slf4j.version} 8083 87org.mybatis 84mybatis 85${mybatis.version} 8688 92org.mybatis 89mybatis-spring 90${mybatis.spring.version} 9193 97com.github.miemiedev 94mybatis-paginator 95${mybatis.paginator.version} 9698 102 103com.github.pagehelper 99pagehelper 100${pagehelper.version} 101104 108 109mysql 105mysql-connector-java 106${mysql.version} 107110 114 115com.alibaba 111druid 112${druid.version} 113116 120org.springframework 117spring-context 118${spring.version} 119121 125org.springframework 122spring-beans 123${spring.version} 124126 130org.springframework 127spring-webmvc 128${spring.version} 129131 135org.springframework 132spring-jdbc 133${spring.version} 134136 140 141org.springframework 137spring-aspects 138${spring.version} 139142 146jstl 143jstl 144${jstl.version} 145147 152javax.servlet 148servlet-api 149${servlet-api.version} 150provided 151153 158 159javax.servlet 154jsp-api 155${jsp-api.version} 156provided 157160 164 165commons-fileupload 161commons-fileupload 162${commons-fileupload.version} 163166 170 171redis.clients 167jedis 168${jedis.version} 169172 176org.apache.solr 173solr-solrj 174${solrj.version} 175179 227180 181 203 204182 191 192 193org.apache.maven.plugins 183maven-compiler-plugin 1843.2 185186 190194 202org.apache.tomcat.maven 195tomcat7-maven-plugin 1962.2 197198 2018080 199/ 200205 206 225 226207 214 215 216src/main/java 208209 212**/*.properties 210**/*.xml 211false 213217 224src/main/resources 218219 222**/*.properties 220**/*.xml 221false 223