Configuration Properties Store for Spring Boot - Parent

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-parent
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

pom
Description

Description

Configuration Properties Store for Spring Boot - Parent
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-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • starter-base
  • jdbc-store
  • starter-jdbc

Versions

Version
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0