Skip to content

Commit

Permalink
Merge pull request #347 from WeBankPartners/346_update_readme
Browse files Browse the repository at this point in the history
#346 Update readme gif with view management
  • Loading branch information
irvinezhao authored Oct 21, 2019
2 parents 0ffad1c + db108cf commit 6c5158e
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ WeCMDB常规容器化部署。
[WeCMDB用户手册](cmdb-wiki/docs/manual/wecmdb_user_guide.md)

## 开发者文档
**WeCMDB快速本地启动**
**WeCMDB快速本地启动**
如何本地快速体验,请查看文档[WeCMDB快速本地启动环境配置](cmdb-wiki/docs/developer/wecmdb_local_standalone_guide.md)

**WeCMDB常规环境搭建**
**WeCMDB常规环境搭建**
WeCMDB使用Java和Vue进行开发,数据存储于MySQL,并依赖Tomcat Web容器运行。

请参考文档进行开发环境配置[WeCMDB开发环境配置](cmdb-wiki/docs/developer/wecmdb_developer_guide.md)

**WeCMDB代码贡献指引**
**WeCMDB代码贡献指引**
关于WeCMDB代码贡献, 请查看文档
[WeCMDB代码贡献指引](cmdb-wiki/docs/developer/code_contributors_submit_guide.md)

Expand Down
2 changes: 1 addition & 1 deletion cmdb-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>cmdb</artifactId>
<groupId>com.webank.cmdb</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>com.webank</groupId>
<artifactId>cmdb-core</artifactId>
Expand Down
47 changes: 47 additions & 0 deletions cmdb-core/src/main/resources/database/04.cmdb.experience.data.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,51 @@
SET FOREIGN_KEY_CHECKS=0;

INSERT INTO `adm_user` (`id_adm_user`, `name`, `code`, `encrypted_password`, `description`, `id_adm_tenement`, `action_flag`, `is_system`) VALUES
(2, 'Jordan Zhang', 'jordan', '$2a$10$N7CQen.5UtFbEIPBYWhfgOnAg73h0YbLQjr2ivVuEeDATghfuZea.', 'CMDB Admin', NULL, NULL, NULL),
(3, 'Monkey', 'monkey', '$2a$10$N7CQen.5UtFbEIPBYWhfgOnAg73h0YbLQjr2ivVuEeDATghfuZea.', 'CMDB Developer', NULL, NULL, NULL),
(4, 'Chaney Liu', 'chaneyliu', '$2a$10$N7CQen.5UtFbEIPBYWhfgOnAg73h0YbLQjr2ivVuEeDATghfuZea.', 'CMDB Architect', NULL, NULL, NULL);

INSERT INTO `adm_role_user` (`id_adm_role_user`, `id_adm_role`, `id_adm_user`, `is_system`) VALUES
(2, 2, 2, 0),
(3, 9, 3, 0),
(4, 6, 4, 0);

INSERT INTO `adm_role_menu` (`id_adm_role_menu`, `id_adm_role`, `id_adm_menu`, `is_system`) VALUES
(25, 2, 20, 0),
(26, 2, 21, 0),
(27, 2, 22, 0),
(28, 2, 23, 0),
(29, 2, 24, 0),
(30, 2, 9, 0),
(31, 2, 10, 0),
(32, 2, 11, 0),
(33, 2, 16, 0),
(34, 2, 17, 0),
(35, 2, 18, 0),
(36, 2, 19, 0),
(37, 2, 6, 0),
(38, 2, 7, 0),
(39, 2, 8, 0),
(44, 9, 6, 0),
(45, 9, 7, 0),
(46, 9, 8, 0),
(47, 9, 9, 0),
(48, 9, 10, 0),
(49, 9, 11, 0),
(50, 6, 16, 0),
(51, 6, 17, 0),
(52, 6, 18, 0),
(53, 6, 19, 0),
(54, 6, 6, 0),
(55, 6, 7, 0),
(56, 6, 8, 0),
(57, 6, 9, 0),
(58, 6, 10, 0),
(59, 6, 11, 0),
(61, 6, 22, 0),
(62, 6, 20, 0),
(63, 6, 23, 0);

INSERT INTO `adm_sequence` (`id_adm_sequence`, `seq_name`, `current_val`, `increment_val`, `length_limitation`, `left_zero_padding`) VALUES
(25, 'system_design', 14, 1, 8, 'N'),
(26, 'subsys_design', 15, 1, 8, 'N'),
Expand Down
2 changes: 1 addition & 1 deletion cmdb-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"axios": "^0.18.0",
"bpmn-js": "^2.5.1",
"core-js": "^2.6.9",
"core-js": "^2.6.10",
"d3-graphviz": "^2.6.1",
"highlight.js": "^9.15.8",
"husky": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion cmdb-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.webank.cmdb</groupId>
<artifactId>cmdb</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cmdb-ui</artifactId>
Expand Down
Binary file modified cmdb-wiki/docs/manual/images/ci-data-management.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.webank.cmdb</groupId>
<artifactId>cmdb</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>cmdb</name>
<description>cmdb</description>
Expand Down

0 comments on commit 6c5158e

Please sign in to comment.