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
- Host: GitHub
- URL: https://github.com/courseorchestra/spring-boot-starter-celesta
- Owner: CourseOrchestra
- License: lgpl-3.0
- Created: 2018-06-19T10:03:42.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-12T12:19:51.000Z (almost 2 years ago)
- Last Synced: 2024-04-12T19:57:31.226Z (almost 2 years ago)
- Language: Java
- Size: 263 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-starter-celesta
[](https://github.com/CourseOrchestra/spring-boot-starter-celesta/actions/workflows/main.yml)
[](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_