Reorganize packages; rename Request to Input and Response to Output

This commit is contained in:
2022-07-14 12:59:23 -05:00
parent 8a3f798553
commit ae70c34d4e
16 changed files with 272 additions and 275 deletions

View File

@ -22,7 +22,7 @@
DROP TABLE IF EXISTS person;
CREATE TABLE person
(
id INT AUTO_INCREMENT,
id INT AUTO_INCREMENT primary key ,
create_date TIMESTAMP DEFAULT now(),
modify_date TIMESTAMP DEFAULT now(),