Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 474 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 474 Bytes

myNimboRss

Nimbo RSS Reader project. This Project will Read rss from urls specified by the user and insert news from those urls into database.

You can get the list of commands by inserting "?list";

#Settings place dbConfig.properties in resource directory to customize database Connection.

#Dependencies You need Maven to build Project. maven dependencies are in pom.xml. Default Driver installed is Mysql but you can implement DAO interfaces and make your own driver.