p0licat / vcs-query-tool

Framework written in #Java which eases management of multiple VCS.
GNU General Public License v3.0
0 stars 0 forks source link

GetContentsService (Third project) #16

Closed p0licat closed 2 years ago

p0licat commented 2 years ago

This service connects to DbService. DbService is a consumer in that it requests contents from ContentsService. The DbService persists contents and crawls Db data to request further content from ContentsService untill no new data is available.

p0licat commented 2 years ago

Spring project initialized. c192828

p0licat commented 2 years ago

Started branch devleop-gathererservice

p0licat commented 2 years ago

Getting the "/" route works. 8babbd1 Now for complete gathering, a specific resource (path of file or dir) needs to be accessible through a different route.