You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,45 +9,47 @@ Window Application that simplifies the select, insert, update, and delete query
9
9
Through Source Code Generator,
10
10
> 1) Users can access the database and load the table and data.
11
11
> 2) Users can select, insert, update, and delete the data without using query, just by choosing the information they want on the screen.
12
-
> 3) Users can map the table field and data into Java DAO, generate default service, and download the source code file.
12
+
> 3) Users can map Table field and data (generated as a result of above) into Java DAO, generate default Controller & Service, and download the source code file.
13
13
14
14
### [2] Sample images
15
15
16
16
[Insert query generation]
17
17
18
-
First, choose a table in Table section (in the left), and fill in some fields (column) like below,
18
+
-First, choose a table in Table section (in the left), and fill in some fields (column) like below,
0 commit comments