Skip to content

Commit 7105f4c

Browse files
authored
Update README.md
1 parent c8342ef commit 7105f4c

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,45 +9,47 @@ Window Application that simplifies the select, insert, update, and delete query
99
Through Source Code Generator,
1010
> 1) Users can access the database and load the table and data.
1111
> 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.
1313
1414
### [2] Sample images
1515

1616
[Insert query generation]
1717

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,
1919
![alt text](https://github.com/kaiyoo/Source-Code-Generator/blob/master/imgs/insert_screen.png?raw=true)
2020

2121

22-
Then, insert query will be generated.
22+
- Then, insert query will be generated.
2323
![alt text](https://github.com/kaiyoo/Source-Code-Generator/blob/master/imgs/insert_query.png?raw=true)
2424

25-
25+
#
2626

2727
[Update query generation]
2828

29-
First, choose a table in Table section (in the left) and choose one row (in the bottom), and changes some field contents like below,
30-
![alt text](https://github.com/kaiyoo/Source-Code-Generator/blob/master/imgs/insert_screen.png?raw=true)
31-
32-
Then, update query will be generated.
33-
![alt text](https://github.com/kaiyoo/Source-Code-Generator/blob/master/imgs/insert_query.png?raw=true)
29+
- First, choose a table in Table section (in the left) and choose one row (in the bottom), and changes some field contents like below,
30+
![alt text](https://github.com/kaiyoo/Source-Code-Generator/blob/master/imgs/update_screen.png?raw=true)
3431

32+
- Then, update query will be generated.
33+
![alt text](https://github.com/kaiyoo/Source-Code-Generator/blob/master/imgs/update_query.png?raw=true)
3534

35+
#
3636

3737
[SQL=>Java code generation]
3838

39-
Using the table (and all data created from your queries above), you can generate Java source codes (Controller, Service, Dto, Dao, Xml)
39+
- Using the table (and all data created from your queries above), you can generate Java source codes (Controller, Service, Dto, Dao, Xml)
4040
![alt text](https://github.com/kaiyoo/Source-Code-Generator/blob/master/imgs/generate_sourcecodes.png?raw=true)
4141

42-
42+
#
4343

4444
You can see more sample images here:
45+
4546
https://hongsangy.wixsite.com/portfolio
4647

4748

4849
### [3] Exe file
4950

5051
EXE file can be downloaded in the following link:
52+
5153
https://drive.google.com/open?id=0B5KkAdCYDZb2aVZJWkIxb3V0a2M
5254

5355
Note: Importing Soure Codes and running it on the local machine might not work currently becuase the jar dependencies are set locally.

0 commit comments

Comments
 (0)