Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
/ news-feed Public archive

Spring Boot Service that polls a RSS feed

Notifications You must be signed in to change notification settings

nachevm/news-feed

Repository files navigation

Pre-requisites

  1. Java 11+

Lombok

Since Lombok is used, you need to install the appropriate plugin within your IDE (https://projectlombok.org)

Code Style

For those using Intellij IDEA there is already a formatter included in the Project. If it's not enabled by default you can do that in File->Settings->Editor->Code Style-Scheme->Project. Also make sure that "Enable EditorConfig support" is checked, this can be found in File->Settings->Editor->Code Style

Setup

H2 In-memory DB

Run project with: ./mvnw spring-boot:run -pl application

MySQL DB

Run project with: ./mvnw spring-boot:run -pl application -D"spring-boot.run.profiles"=prod

About

Spring Boot Service that polls a RSS feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages