在线修改静态文件

项目运行时,如果需要修改某个css、js、html等文件的时候,需要自己连接到服务器然后修改,更有甚者需要连接vpn、堡垒机等等,特别烦!!!!于是弄了一个在线修改静态文件的工具,在此记录一下。

1. 引入pom

1
2
3
4
5
<dependency>
<groupId>com.github.xiaoyuge5201</groupId>
<artifactId>static-file-modify-online</artifactId>
<version>1.2.1</version>
</dependency>

2. 添加前后台代码

前台使用的是thymeleaf,根据自己项目的实际情况修改!

1
2
链接: https://pan.baidu.com/s/1oW38vpj74yKOOtbu5xGCOQ  
密码: tcmg