dp-ua / File-Reader

Console applications for reading a file, collecting statistics on a file and saving statistics in JDBC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project "File Reader"

Take informations about file and save it to JDBC

Show in web all saved data

Realization:

  • using Spring Boot for web
  • using hibernate for MySql base
  • Project builder Maven
  • Testing with JUnit
  • start console app: MainConsole.class in ~.console package
  • start web app: Application.class in ~.web package

web mapping:

/json

  • get info abount all files in base if JSON

/

  • show info abount all files in base

/fileinfo?fileID

  • show info about selected file.
  • request param: fileID

/fileinfojson?fileID

  • show info about selected file in JSON.
  • request param: fileID

About

Console applications for reading a file, collecting statistics on a file and saving statistics in JDBC.


Languages

Language:Java 95.7%Language:Mustache 4.3%