Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 445 Bytes

StreamSqlRequest

Explanation in details

Start up

  • resource/dbSetup.sql should be run at the very beginning
  • recommend use intellij to try this project
  • use maven to get the JDBC dependency

Code structure

SqlRequest--DAO--AdminDAO|AdminStreamerDAO
DBBean--AdminBean

Testing

jUnit tests have been included in this project (AdminTest)