t

tomcat-environment-property-source-file

Replace tomcat configuration values with values from environment
https://github.com/schipplock/tomcat-environment-property-source-file
Apache-2.0
Andreas Schipplock
文件下载
文件名 操作
tomcat-environment-property-source-file-0.0.2.jar 下载
tomcat-environment-property-source-file-0.0.2.pom 下载
tomcat-environment-property-source-file-0.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.schipplock.web.tepsf</groupId>
  <artifactId>tomcat-environment-property-source-file</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'de.schipplock.web.tepsf:tomcat-environment-property-source-file:0.0.2'
Gradle Kotlin
implementation("de.schipplock.web.tepsf:tomcat-environment-property-source-file:0.0.2")
Scala SBT
libraryDependencies += "de.schipplock.web.tepsf" % "tomcat-environment-property-source-file" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='de.schipplock.web.tepsf', module='tomcat-environment-property-source-file', version='0.0.2')
)
Apache Ivy
<dependency org="de.schipplock.web.tepsf" name="tomcat-environment-property-source-file" rev="0.0.2" />
Leiningen
[de.schipplock.web.tepsf/tomcat-environment-property-source-file "0.0.2"]
Apache Buildr
'de.schipplock.web.tepsf:tomcat-environment-property-source-file:jar:0.0.2'