p

properties-reload-example

propertysource reload example
https://github.com/topikachu/spring-propertysource-reload
文件下载
文件名 操作
properties-reload-example-0.0.1.jar 下载
properties-reload-example-0.0.1.pom 下载
properties-reload-example-0.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.topikachu</groupId>
  <artifactId>properties-reload-example</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.topikachu:properties-reload-example:0.0.1'
Gradle Kotlin
implementation("io.github.topikachu:properties-reload-example:0.0.1")
Scala SBT
libraryDependencies += "io.github.topikachu" % "properties-reload-example" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.topikachu', module='properties-reload-example', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.topikachu" name="properties-reload-example" rev="0.0.1" />
Leiningen
[io.github.topikachu/properties-reload-example "0.0.1"]
Apache Buildr
'io.github.topikachu:properties-reload-example:jar:0.0.1'