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

https://github.com/courseorchestra/spring-boot-starter-celesta

Celesta integration with Spring Boot
https://github.com/courseorchestra/spring-boot-starter-celesta

Last synced: 8 months ago
JSON representation

Celesta integration with Spring Boot

Awesome Lists containing this project

README

          

# spring-boot-starter-celesta

[![build](https://github.com/CourseOrchestra/spring-boot-starter-celesta/actions/workflows/main.yml/badge.svg)](https://github.com/CourseOrchestra/spring-boot-starter-celesta/actions/workflows/main.yml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/ru.curs/spring-boot-starter-celesta/badge.svg)](https://maven-badges.herokuapp.com/maven-central/ru.curs/spring-boot-starter-celesta)

## Configuration properties

* **scorePath** _(optional)_ - comma separated list of score location patterns, f.e.:

* `classpath*:score`
* `classpath:score,classpath:testScore`
* `file:///~/myScore`

* _TODO: others_