Skip to content

alexsds/multi-thread-polling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-thread polling Spring Boot Application

Assignment description

Implement a multithreaded service on SpringBoot, which receives a list of URLs from a specific file and in several threads reads the URLs content and writes all data from all threads into one large XML file.

The number of threads is specified in the application settings.

XML file structure:

<Data>
    <item>
        <url></url>
        <item_data></item_data>
    </item>
</Data>

Install and Run

mvn clean install
mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages