static-file-modify-online

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

License

License

GroupId

GroupId

com.github.xiaoyuge5201
ArtifactId

ArtifactId

static-file-modify-online
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download static-file-modify-online

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.xiaoyuge5201 : utils-spring-boot-starter Optional jar 1.3.5
cn.hutool : hutool-all Optional jar 5.6.3
org.apache.commons : commons-lang3 Optional jar 3.3.2

test (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api Optional jar 4.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2
1.1.1
1.1
1.0