Skip to content

Commit 839e26d

Browse files
authored
Update README.md
1 parent 17650a0 commit 839e26d

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ V2.2.0 version description:
44

55
FormBuilder is an open source project which integrated with the FormJS framework and the slickflow engine.
66

7-
1. Mutiple Database operation dapper supported(MSSQL is default);
8-
2. Slickflow workflow engine integrated;
9-
3. Form create/view/approval supported;
7+
**1. Mutiple Database operation dapper supported(MSSQL is default)**
8+
9+
FormBuilder supports SQLSERVER, ORACLE, MySQL and another database, it implemented by the Dapper.NET extension library.
10+
11+
**2. Slickflow workflow engine integrated**
12+
13+
The Enterprise Edtion has implemented the slickflow engine integration
14+
15+
**3. Form create/view/approval supported**
1016

1117

1218
Quick Start Tutorial for Form Builder Designer Project:
@@ -21,7 +27,7 @@ please notice to run the command, the directory location is in the ClientApp pat
2127

2228
3). Setting webapi variable in the kcofnig.js file
2329

24-
kconfig.webApiUrl = "http://localhost/fbapi/" //your sfd webapi backend service url
30+
kconfig.webApiUrl = "http://localhost/fbapi/" //your fb webapi backend service url
2531

2632
4). In the command console, using the command below to run the the project
2733

0 commit comments

Comments
 (0)