2
2
< html lang ="zh-cn ">
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- < title > 企业后台管理基础框架 </ title >
5
+ < title > hsweb 企业后台管理系统基础框架 </ title >
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
- < meta name ="baidu-site-verification " content ="yJx06P8elM " />
8
- < meta name ="description " content ="使用java8,spring-boot,mybatis快速构建后台管理应用,支持集群,动态数据源,分布式事务,定时调度,代码生成器 ">
9
- < meta name ="keywords " content ="后台管理,后台管理框架,企业后台管理,企业后台管理框架,后台管理基础框架,java,java8,spring-boot,mybatis, ">
7
+ < meta name ="baidu-site-verification " content ="yJx06P8elM "/>
8
+ < meta name ="website " content ="http://www.hsweb.me "/>
9
+ < meta name ="description " content ="hsweb是一个用于快速构建后台管理系统的基础框架,基于java8,spring-boot,mybatis等主流技术.提供常用的工具集,支持集群,动态数据源,分布式事务,定时调度,代码生成器.模块化,可拓展性强. ">
10
+ < meta name ="keywords " content ="后台管理,后台管理框架,管理系统框架,后台系统框架,企业后台管理,企业后台管理框架,后台管理基础框架,java,java8,spring-boot,mybatis,maven ">
10
11
< link rel ="stylesheet " type ="text/css " href ="stylesheets/normalize.css " media ="screen ">
11
12
< link rel ="stylesheet " type ="text/css " href ="stylesheets/stylesheet.css " media ="screen ">
12
13
< link rel ="stylesheet " type ="text/css " href ="stylesheets/github-light.css " media ="screen ">
@@ -21,8 +22,11 @@ <h2 class="project-tagline">快速构建企业后台管理应用</h2>
21
22
< a target ="_blank " href ="https://github.com/hs-web/hsweb-framework/tree/3.0 " title ="开发中... " class ="btn "> 全新3.0</ a >
22
23
< br />
23
24
< a target ="_blank " href ="https://travis-ci.org/hs-web/hsweb-framework "> < img src ="images/travis.svg " id ="travis " alt ="Build Status "> </ a >
24
- < a target ="_blank " href ="https://www.apache.org/licenses/LICENSE-2.0.html "> < img id ="license " alt ="版权 " src ="images/license.svg "> </ a >
25
- < a target ="_blank " href ="http://shang.qq.com/wpa/qunwpa?idkey=3d66b5dd14991d7645af694e7649b373f3a9ce1216131094c78cb2348d542c41 "> < img id ="qq " alt ="加入QQ群 " src ="images/qq.svg "> </ a >
25
+ < a target ="_blank " href ="https://www.apache.org/licenses/LICENSE-2.0.html "> < img id ="license " alt ="版权 "
26
+ src ="images/license.svg "> </ a >
27
+ < a target ="_blank "
28
+ href ="http://shang.qq.com/wpa/qunwpa?idkey=3d66b5dd14991d7645af694e7649b373f3a9ce1216131094c78cb2348d542c41 "> < img
29
+ id ="qq " alt ="加入QQ群:515649185 " src ="images/qq.svg "> </ a >
26
30
</ section >
27
31
< section class ="main-content ">
28
32
< h3 >
73
77
< h3 >
74
78
< a id ="演示 " class ="anchor " href ="#%E6%BC%94%E7%A4%BA " aria-hidden ="true ">
75
79
< span aria-hidden ="true " class ="octicon octicon-link "> </ span >
76
- </ a > 演示
80
+ </ a > 演示
77
81
</ h3 >
78
82
79
83
< ol >
138
142
</ a > 项目源代码
139
143
</ h3 >
140
144
< div style ="width: 100%; ">
141
- < div class ="github-widget " data-repo ="hs-web/hsweb-framework "> </ div >
145
+ < div class ="github-widget " data-repo ="hs-web/hsweb-framework "> </ div >
142
146
< br />
143
147
< script src ='https://git.oschina.net/hsweb/hsweb-framework/widget_preview '> </ script >
144
148
</ div >
@@ -271,10 +275,11 @@ <h3><a id="links" class="anchor" href="#links" aria-hidden="true"><span aria-hid
271
275
<!-- 多说评论框 end -->
272
276
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
273
277
< script type ="text/javascript ">
274
- var duoshuoQuery = { short_name :"hsweb" } ;
275
- ( function ( ) {
278
+ var duoshuoQuery = { short_name : "hsweb" } ;
279
+ ( function ( ) {
276
280
var ds = document . createElement ( 'script' ) ;
277
- ds . type = 'text/javascript' ; ds . async = true ;
281
+ ds . type = 'text/javascript' ;
282
+ ds . async = true ;
278
283
ds . src = ( document . location . protocol == 'https:' ? 'https:' : 'http:' ) + '//static.duoshuo.com/embed.js' ;
279
284
ds . charset = 'UTF-8' ;
280
285
( document . getElementsByTagName ( 'head' ) [ 0 ]
@@ -306,7 +311,7 @@ <h3><a id="links" class="anchor" href="#links" aria-hidden="true"><span aria-hid
306
311
</ script >
307
312
< script >
308
313
var _hmt = _hmt || [ ] ;
309
- ( function ( ) {
314
+ ( function ( ) {
310
315
var hm = document . createElement ( "script" ) ;
311
316
hm . src = "https://hm.baidu.com/hm.js?9c6d8e0f046f0528dd223b1e6063b918" ;
312
317
var s = document . getElementsByTagName ( "script" ) [ 0 ] ;
0 commit comments