Its a simple web application, which allows user to enter new Xml Rss Feeds and to view saved ones.
Project is located in github (), download it using Git or manually download zip file.
To run this application there are several things needed:
Java 8 (https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
Gradle (https://gradle.org/install/)
Open command line or terminal, navigate to project folder, where project was Git-cloned (unpacked from zip file)
There should be gradle.build file
/rssFeed/
Run gradle build command
gradle build
Run gradle bootRun command
gradle bootRun
Open your browser and enter following address:
localhost:8080
There is single unit test file with 4 test methods These methods just verify usage of repository classes using Mockito mocks
- SpringBoot - Framework for Spring framework
- Gradle - Dependency Management
- ROME - Used to generate RSS Feeds
- Thymeleaf - Server-side Java template engine