Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kpavlov/acme-spring-boot-starters

Sample repository for demonstrating spring boot starters. See blog post kpavlov.me/blog/spring-boot-starters
https://github.com/kpavlov/acme-spring-boot-starters

kotlin logback spring-boot spring-boot-starter

Last synced: 25 days ago
JSON representation

Sample repository for demonstrating spring boot starters. See blog post kpavlov.me/blog/spring-boot-starters

Awesome Lists containing this project

README

        

# Acme springboot starters

The project is a Spring Boot starter example. It discussed in detail in [my blog post](https://kpavlov.me/blog/spring-boot-starters/)

Spring Boot starters are a set of convenient dependency descriptors that you can include in your application. They simplify the dependency management for your project, as you only need to include the starter you need, and it will automatically manage the related dependencies for you.

The project is written in Kotlin and provides an example of using Spring Boot Starter to for logging configuration as well as for Beans custom configuration.

## How to use

Run the project with the following command:

```shell
mvn clean verify
```