Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kpavlov/acme-spring-boot-starters
- Owner: kpavlov
- Created: 2024-04-08T09:43:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T18:56:40.000Z (6 months ago)
- Last Synced: 2024-10-03T10:47:43.856Z (about 1 month ago)
- Topics: kotlin, logback, spring-boot, spring-boot-starter
- Language: Kotlin
- Homepage: https://kpavlov.me/blog/spring-boot-starters/
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```