2 Star 1 Fork 1

加贝贺 / ssm-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

#ssmproject Maven项目 Spring+SpringMVC+Mybatis+Shiro+Redis+Ehcache+Mysql+Jsp+Log4j+PageHelper分页插件=基础框架完整版

技术要点: 1、缓存Redis 2、分布式服务框架Dubbo 3、异步消息中间件Rabbit

SQL文件:doc目录 运行环境:JDK1.7+TOMCAT7 项目运行: 1、直接部署到tomcat运行 2、tomcat插件启动项目,需要在pom.xml中加入tomcat插件,右键项目,run as->maven bulid->输入Goals参数:tomcat:run 3、以jetty插件方式,启动项目,需要在pom.xml中加入jetty插件,然后右键项目->run as->maven build->输入Goals参数:jetty:run

		<plugin>
			<groupId>org.mortbay.jetty</groupId>
			<artifactId>jetty-maven-plugin</artifactId>
			<version>8.1.16.v20140903</version>
			<configuration>
				<!-- 注释掉scanIntervalSeconds 可以是实现热部署-->
				<!--  
			    <scanIntervalSeconds>0</scanIntervalSeconds> -->
			    <webAppConfig>
			    	<contextPath>/</contextPath>
			    	<defaultsDescriptor>   ${project.basedir}/src/main/webapp/WEB-INF/webdefault.xml</defaultsDescriptor>
			    </webAppConfig>
			    <classesDirectory>target/classes</classesDirectory>
			    <webAppSourceDirectory>${project.basedir}/src/main/webapp</webAppSourceDirectory>
			    <!-- 修改jetty的默认端口 -->  
				<connectors>  
				    <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">  
				        <port>8090</port>  
				        <maxIdleTime>60000</maxIdleTime>  
				    </connector>  
				</connectors>
			</configuration>
		</plugin>

空文件

简介

Spring+SpringMvc+Mybatis+Redis+Shiro+Freemarker+Log4j 展开 收起
Java
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/code_home/ssm-admin.git
git@gitee.com:code_home/ssm-admin.git
code_home
ssm-admin
ssm-admin
master

搜索帮助