is not current version
Last Version 1.2.1

com.github.xiaoyuge5201:static-file-modify-online 1.0

在线编辑静态文件:通过读取war包中的所有静态文件(list方法),然后根据路径获取文件内容(getContent方法),并修改(write方法);做到不用登录服务器在线修改静态文件。

GroupId

GroupId

com.github.xiaoyuge5201
ArtifactId

ArtifactId

static-file-modify-online
Version

Version

1.0
Type

Type

jar

Download static-file-modify-online 1.0


<!-- https://jarcasting.com/artifacts/com.github.xiaoyuge5201/static-file-modify-online/ -->
<dependency>
    <groupId>com.github.xiaoyuge5201</groupId>
    <artifactId>static-file-modify-online</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/static-file-modify-online/
implementation 'com.github.xiaoyuge5201:static-file-modify-online:1.0'
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/static-file-modify-online/
implementation ("com.github.xiaoyuge5201:static-file-modify-online:1.0")
'com.github.xiaoyuge5201:static-file-modify-online:jar:1.0'
<dependency org="com.github.xiaoyuge5201" name="static-file-modify-online" rev="1.0">
  <artifact name="static-file-modify-online" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoyuge5201', module='static-file-modify-online', version='1.0')
)
libraryDependencies += "com.github.xiaoyuge5201" % "static-file-modify-online" % "1.0"
[com.github.xiaoyuge5201/static-file-modify-online "1.0"]