Skip to content

Commit

Permalink
更新首页内容
Browse files Browse the repository at this point in the history
  • Loading branch information
micyo202 committed Jan 19, 2018
1 parent 2cb5c18 commit fde24fe
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/main/webapp/views/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yan Frame Demo</title>
<title>Yan Demo</title>
<style>
/** skins **/
#header {
Expand Down Expand Up @@ -89,7 +89,7 @@
</li>
<li id="logo" class="hidden-xs">
<!-- <img src="${pageContext.request.contextPath}/resources/images/logo.png"/> -->
<span id="system_title"> Yan Frame Demo</span>
<span id="system_title"> Yan Demo</span>
</li>
<li class="pull-right">
<ul class="hi-menu">
Expand Down Expand Up @@ -241,13 +241,14 @@
</div>
<div class="content_main">
<div id="iframe_home" class="iframe cur">
<p><h4>Yan Frame Demo</h4></p>
<p><b>该项目这是一个基于 SpringMVC+Spring+MyBatis(SSM)支持分布式的高效率便捷开发框架,使开发人员更专注于业务,达到面向业务开发</b></p>
<p><b>项目使用 Maven 构建便于项目管理,支持 MySql、Oracle、Mongodb 等主流数据库</b></p>
<p><b>前端采用基于 Boostrap 实现的响应式布局,支持移动端,并集成了一系列的动画效果插件,整体界面美观大方,可优雅的与后台完成交互操作</b></p>
<p><b>项目目标为中小型企业打造全方位的J2EE企业级开发解决方案</b></p>
<p><b>代码已托管至<a href="https://github.com/micyo202/yan-demo"> github</a>,目前正在不断完善,敬请期待...</b></p>
<p>Created by Yanzheng on 2017-08-01</p>
<p><h4>Yan Demo</h4></p>
<p><b>本项目是一个整合 SpringMVC+Spring+MyBatis(SSM)框架的Demo</b></p>
<p><b>拥有高效率便捷开发模式,使开发人员更专注于业务,达到面向业务开发</b></p>
<p><b>项目使用 Maven 构建,便于项目管理,支持 Oracle、MySql 等主流数据库</b></p>
<p><b>前端展示界面采用基于 Boostrap 实现的响应式布局,并集成了一系列的动画效果插件,整体界面简洁、美观大方并可优雅的与后台完成交互操作</b></p>
<p><b>项目封装了一系列常用方法、部署运行简单,便于个人或企业进行高效开发</b></p>
<p><b>代码已托管至<a href="https://github.com/micyo202/yan-demo" target="_blank"> github</a>可下载进行查看</b></p>
<p>Created by Yanzheng Since 2017</p>
<p>Copyright <a href="https://github.com/micyo202" target="_blank">https://github.com/micyo202</a>. All rights reserved.</p>
</div>
</div>
Expand Down

0 comments on commit fde24fe

Please sign in to comment.