|
1 | | -# ssmbootstrap_table demo |
2 | | - |
3 | | -## 技术栈/technology stack |
4 | | -* spring+springmvc+mybatis |
5 | | -* poi3 |
6 | | -* 自定义标签开发 |
7 | | -* bootstrap3/bootstrap-fileinput/jquery.fileupload |
8 | | -* bootstrap-table1.9 |
9 | | -* druid |
10 | | -* fastjson |
11 | | -* weui |
12 | | -* log4jdbc/log4jdbc-remix/log4jdbc-log4j2(show sql) |
13 | | -* hibernate-validator |
14 | | -* [spring-jsonp-support](https://github.com/bhagyas/spring-jsonp-support) |
15 | | -* SUI mobile |
16 | | -* lombok |
17 | | -* ehcache |
18 | | -* metrics |
19 | | -* springfox |
20 | | -* spring-websocket |
21 | | -* zxing |
22 | | -* jwebunit |
23 | | -* mockito |
24 | | -* itextpdf |
25 | | - |
26 | | -> ## github:[https://github.com/netbuffer/ssmbootstrap_table](https://github.com/netbuffer/ssmbootstrap_table) |
27 | | -> ## git@osc:[https://gitee.com/netbuffer/ssmbootstrap_table](https://gitee.com/netbuffer/ssmbootstrap_table) |
28 | | -
|
29 | | -## How to run |
30 | | -The project constructed by `maven`, please execute under the `src/main/java` `SQL script` to your `MySQL` database operation, and then modify the database configuration information `jdbc.properties` under the path `src/main/resource` configuration file in the project directory, enter, execute `mvn tomcat7:run` to run |
31 | | - |
32 | | -## 运行 |
33 | | -项目采用`maven`构建,运行前请先执行`src/main/java`下的`sql`脚本到你的`mysql`数据库中,然后修改`src/main/resource`下的`jdbc.properties`配置文件中的数据库配置信息,进入项目目录,执行`mvn tomcat7:run`来运行 |
34 | | - |
35 | | -git->clone;eclipse->File->Import->Existing Maven projects,导入到eclipse后,等maven依赖下载完,右键项目,run as->maven build->tomcat7:run |
36 | | - |
37 | | -#  |
38 | | - |
39 | | -#  |
40 | | - |
41 | | -metrics | @Timed |
42 | | ----|--- |
43 | | - |  |
44 | | - |
45 | | - |
46 | | -#  |
47 | | ---- |
48 | | -> |
49 | | -> * develop开发分支 |
50 | | -> * cxf test `apache cxf` |
51 | | -> * JdbcTemplate(test spring `jdbctemplate`/test `shiro`) |
52 | | -> * springtask(test spring `task`/`quartz`) |
53 | | -> * velocity(test `velocity` template) |
54 | | -> * swagger (test `swagger` api doc) |
55 | | -
|
56 | | -# other projects |
57 | | -> `ssmbt(ssmbootstrap_table maven module )` github:[https://github.com/netbuffer/ssmbt](https://github.com/netbuffer/ssmbt)`/`git@osc:[https://gitee.com/netbuffer/ssmbt](https://gitee.com/netbuffer/ssmbt) |
58 | | -
|
59 | | -> `sssbootstrap_table(spring+springmvc+spring data jpa)` github:[https://github.com/netbuffer/sssbootstrap_table](https://github.com/netbuffer/sssbootstrap_table)`/`git@osc:[https://gitee.com/netbuffer/sssbootstrap_table](https://gitee.com/netbuffer/sssbootstrap_table) |
60 | | -
|
61 | | -> `sshbootstrap_table(spring+struts2+hibernate)` github:[https://github.com/netbuffer/sshbootstrap-table](https://github.com/netbuffer/sshbootstrap-table)`/`git@osc:[https://gitee.com/netbuffer/sshbootstrap-table](https://gitee.com/netbuffer/sshbootstrap-table) |
62 | | -
|
63 | | -> `spring-boot-bootstrap_table(springboot)` github:[https://github.com/netbuffer/spring-boot-bootstrap_table](https://github.com/netbuffer/spring-boot-bootstrap_table)`/`git@osc:[https://gitee.com/netbuffer/spring-boot-bootstrap_table](https://gitee.com/netbuffer/spring-boot-bootstrap_table) |
64 | | -
|
65 | | -> `jfinal-bootstrap-table(jfinal)`github:[https://github.com/netbuffer/jfinal-bootstrap-table](https://github.com/netbuffer/jfinal-bootstrap-table)`/`git@osc:[http://gitee.com/netbuffer/jfinal-bootstrap-table](http://gitee.com/netbuffer/jfinal-bootstrap-table) |
66 | | -
|
| 1 | +# ssmbootstrap_table demo |
| 2 | + |
| 3 | +## 技术栈/technology stack |
| 4 | +* spring+springmvc+mybatis |
| 5 | +* poi3 |
| 6 | +* 自定义标签开发 |
| 7 | +* bootstrap3/bootstrap-fileinput/jquery.fileupload |
| 8 | +* bootstrap-table1.9 |
| 9 | +* druid |
| 10 | +* fastjson |
| 11 | +* weui |
| 12 | +* log4jdbc/log4jdbc-remix/log4jdbc-log4j2(show sql) |
| 13 | +* hibernate-validator |
| 14 | +* [spring-jsonp-support](https://github.com/bhagyas/spring-jsonp-support) |
| 15 | +* SUI mobile |
| 16 | +* lombok |
| 17 | +* ehcache |
| 18 | +* metrics |
| 19 | +* springfox |
| 20 | +* spring-websocket |
| 21 | +* zxing |
| 22 | +* jwebunit |
| 23 | +* mockito |
| 24 | +* itextpdf |
| 25 | + |
| 26 | +> ## github:[https://github.com/netbuffer/ssmbootstrap_table](https://github.com/netbuffer/ssmbootstrap_table) |
| 27 | +> ## git@osc:[https://gitee.com/netbuffer/ssmbootstrap_table](https://gitee.com/netbuffer/ssmbootstrap_table) |
| 28 | +
|
| 29 | +## Stargazers over time |
| 30 | +[](https://starchart.cc/netbuffer/ssmbootstrap_table) |
| 31 | + |
| 32 | +## How to run |
| 33 | +The project constructed by `maven`, please execute under the `src/main/java` `SQL script` to your `MySQL` database operation, and then modify the database configuration information `jdbc.properties` under the path `src/main/resource` configuration file in the project directory, enter, execute `mvn tomcat7:run` to run |
| 34 | + |
| 35 | +## 运行 |
| 36 | +项目采用`maven`构建,运行前请先执行`src/main/java`下的`sql`脚本到你的`mysql`数据库中,然后修改`src/main/resource`下的`jdbc.properties`配置文件中的数据库配置信息,进入项目目录,执行`mvn tomcat7:run`来运行 |
| 37 | + |
| 38 | +git->clone;eclipse->File->Import->Existing Maven projects,导入到eclipse后,等maven依赖下载完,右键项目,run as->maven build->tomcat7:run |
| 39 | + |
| 40 | +#  |
| 41 | + |
| 42 | +#  |
| 43 | + |
| 44 | +metrics | @Timed |
| 45 | +---|--- |
| 46 | + |  |
| 47 | + |
| 48 | + |
| 49 | +#  |
| 50 | +--- |
| 51 | +> |
| 52 | +> * develop开发分支 |
| 53 | +> * cxf test `apache cxf` |
| 54 | +> * JdbcTemplate(test spring `jdbctemplate`/test `shiro`) |
| 55 | +> * springtask(test spring `task`/`quartz`) |
| 56 | +> * velocity(test `velocity` template) |
| 57 | +> * swagger (test `swagger` api doc) |
| 58 | +
|
| 59 | +# other projects |
| 60 | +> `ssmbt(ssmbootstrap_table maven module )` github:[https://github.com/netbuffer/ssmbt](https://github.com/netbuffer/ssmbt)`/`git@osc:[https://gitee.com/netbuffer/ssmbt](https://gitee.com/netbuffer/ssmbt) |
| 61 | +
|
| 62 | +> `sssbootstrap_table(spring+springmvc+spring data jpa)` github:[https://github.com/netbuffer/sssbootstrap_table](https://github.com/netbuffer/sssbootstrap_table)`/`git@osc:[https://gitee.com/netbuffer/sssbootstrap_table](https://gitee.com/netbuffer/sssbootstrap_table) |
| 63 | +
|
| 64 | +> `sshbootstrap_table(spring+struts2+hibernate)` github:[https://github.com/netbuffer/sshbootstrap-table](https://github.com/netbuffer/sshbootstrap-table)`/`git@osc:[https://gitee.com/netbuffer/sshbootstrap-table](https://gitee.com/netbuffer/sshbootstrap-table) |
| 65 | +
|
| 66 | +> `spring-boot-bootstrap_table(springboot)` github:[https://github.com/netbuffer/spring-boot-bootstrap_table](https://github.com/netbuffer/spring-boot-bootstrap_table)`/`git@osc:[https://gitee.com/netbuffer/spring-boot-bootstrap_table](https://gitee.com/netbuffer/spring-boot-bootstrap_table) |
| 67 | +
|
| 68 | +> `jfinal-bootstrap-table(jfinal)`github:[https://github.com/netbuffer/jfinal-bootstrap-table](https://github.com/netbuffer/jfinal-bootstrap-table)`/`git@osc:[http://gitee.com/netbuffer/jfinal-bootstrap-table](http://gitee.com/netbuffer/jfinal-bootstrap-table) |
| 69 | +
|
67 | 70 | > `medoo_bootstrap_table(php5)`github:[https://github.com/netbuffer/medoo_bootstrap_table](https://github.com/netbuffer/medoo_bootstrap_table)`/`git@osc:[http://gitee.com/netbuffer/medoo_bootstrap_table](http://gitee.com/netbuffer/medoo_bootstrap_table) |
0 commit comments