is not current version
Last Version 1.4.0

Configuration Properties Store for Spring Boot - JDBC Store 1.2.6

Mutable persistent configuration properties that survive an application restart.

License

License

Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

com.ttulka.spring.boot.configstore
ArtifactId

ArtifactId

configuration-properties-store-jdbc
Version

Version

1.2.6
Type

Type

jar
Description

Description

Configuration Properties Store for Spring Boot - JDBC Store
Mutable persistent configuration properties that survive an application restart.
Project URL

Project URL

https://github.com/ttulka/spring-boot-configuration-properties-store

Download configuration-properties-store-jdbc 1.2.6


<!-- https://jarcasting.com/artifacts/com.ttulka.spring.boot.configstore/configuration-properties-store-jdbc/ -->
<dependency>
    <groupId>com.ttulka.spring.boot.configstore</groupId>
    <artifactId>configuration-properties-store-jdbc</artifactId>
    <version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ttulka.spring.boot.configstore/configuration-properties-store-jdbc/
implementation 'com.ttulka.spring.boot.configstore:configuration-properties-store-jdbc:1.2.6'
// https://jarcasting.com/artifacts/com.ttulka.spring.boot.configstore/configuration-properties-store-jdbc/
implementation ("com.ttulka.spring.boot.configstore:configuration-properties-store-jdbc:1.2.6")
'com.ttulka.spring.boot.configstore:configuration-properties-store-jdbc:jar:1.2.6'
<dependency org="com.ttulka.spring.boot.configstore" name="configuration-properties-store-jdbc" rev="1.2.6">
  <artifact name="configuration-properties-store-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ttulka.spring.boot.configstore', module='configuration-properties-store-jdbc', version='1.2.6')
)
libraryDependencies += "com.ttulka.spring.boot.configstore" % "configuration-properties-store-jdbc" % "1.2.6"
[com.ttulka.spring.boot.configstore/configuration-properties-store-jdbc "1.2.6"]

Dependencies

compile (3)

Group / Artifact Type Version
com.ttulka.spring.boot.configstore : configuration-properties-store-api jar 1.2.6
org.springframework : spring-context jar
org.springframework : spring-jdbc jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.assertj : assertj-core jar
org.springframework.boot : spring-boot-starter-test jar
com.h2database : h2 jar

Project Modules

There are no modules declared in this project.