Skip to content

Commit 0519f6d

Browse files
authored
Update README.md
1 parent 2d08415 commit 0519f6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@ Through Source Code Generator,
1616
[Insert query generation]
1717

1818
- First, choose a table in Table section (in the left), and fill in some fields (column) like below,
19-
![alt text](https://github.com/kaiyoo/Source-Code-Generator/blob/master/imgs/insert_screen.png?raw=true)
19+
![alt text](https://github.com/kaiyoo/SQL-and-JavaClass-Generator/blob/master/imgs/insert_screen.png?raw=true)
2020

2121

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

2525
#
2626

2727
[Update query generation]
2828

2929
- 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)
30+
![alt text](https://github.com/kaiyoo/SQL-and-JavaClass-Generator/blob/master/imgs/update_screen.png?raw=true)
3131

3232

3333
- Then, update query will be generated.
34-
![alt text](https://github.com/kaiyoo/Source-Code-Generator/blob/master/imgs/update_query.png?raw=true)
34+
![alt text](https://github.com/kaiyoo/SQL-and-JavaClass-Generator/blob/master/imgs/update_query.png?raw=true)
3535

3636
#
3737

3838
[SQL=>Java code generation]
3939

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

4343
#
4444

0 commit comments

Comments
 (0)