| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Configuration Библиотеки уровня приложения config |
| Группа | Группаcom.ttulka.spring.boot.configstore |
| Идентификатор | Идентификаторconfiguration-properties-store-jdbc-spring-boot-starter |
| Последняя версия | Последняя версия1.4.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеConfiguration Properties Store for Spring Boot - Starter JDBC
Mutable persistent configuration properties that survive an application restart.
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/com.ttulka.spring.boot.configstore/configuration-properties-store-jdbc-spring-boot-starter/ -->
<dependency>
<groupId>com.ttulka.spring.boot.configstore</groupId>
<artifactId>configuration-properties-store-jdbc-spring-boot-starter</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ttulka.spring.boot.configstore/configuration-properties-store-jdbc-spring-boot-starter/
implementation 'com.ttulka.spring.boot.configstore:configuration-properties-store-jdbc-spring-boot-starter:1.4.0'
// https://jarcasting.com/artifacts/com.ttulka.spring.boot.configstore/configuration-properties-store-jdbc-spring-boot-starter/
implementation ("com.ttulka.spring.boot.configstore:configuration-properties-store-jdbc-spring-boot-starter:1.4.0")
'com.ttulka.spring.boot.configstore:configuration-properties-store-jdbc-spring-boot-starter:jar:1.4.0'
<dependency org="com.ttulka.spring.boot.configstore" name="configuration-properties-store-jdbc-spring-boot-starter" rev="1.4.0">
<artifact name="configuration-properties-store-jdbc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ttulka.spring.boot.configstore', module='configuration-properties-store-jdbc-spring-boot-starter', version='1.4.0')
)
libraryDependencies += "com.ttulka.spring.boot.configstore" % "configuration-properties-store-jdbc-spring-boot-starter" % "1.4.0"
[com.ttulka.spring.boot.configstore/configuration-properties-store-jdbc-spring-boot-starter "1.4.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.assertj : assertj-core | jar | |
| org.mockito : mockito-junit-jupiter | jar | |
| org.springframework.boot : spring-boot-test | jar | |
| org.springframework : spring-test | jar | |
| com.h2database : h2 | jar |