@@ -16,29 +16,29 @@ Through Source Code Generator,
16
16
[ Insert query generation]
17
17
18
18
- 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 )
20
20
21
21
22
22
- 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 )
24
24
25
25
#
26
26
27
27
[ Update query generation]
28
28
29
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 )
30
+ ![ alt text] ( https://github.com/kaiyoo/SQL-and-JavaClass -Generator/blob/master/imgs/update_screen.png?raw=true )
31
31
32
32
33
33
- 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 )
35
35
36
36
#
37
37
38
38
[ SQL=>Java code generation]
39
39
40
40
- 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 )
42
42
43
43
#
44
44
0 commit comments