springboot整合kkfile
时间: 2023-08-24 16:13:13 浏览: 178
springboot 整合
引用中提到了两种方式来运行kkFileView。第一种是在物理机或虚拟机上运行,需要下载最新版发行包并解压,在解压后的文件夹中运行startup脚本。第二种方式是在Docker容器环境中运行,需要先拉取镜像,然后运行容器。具体命令如下:
```
docker pull keking/kkfileviewdocker run -it -p8012:8012 keking/kkfileview```
引用中提到了如何新增配置文件获取。首先,在项目中新增一个名为PreviewConfig的类,并添加以下内容:
```javaimport org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Component@ConfigurationProperties(prefix = "preview")
public class PreviewConfig {
private String serverIp;
private String serverPort;
public String getServerIp() {
return serverIp;
}
public void setServerIp(String serverIp) {
this.serverIp = serverIp;
}
public String getServerPort() {
return serverPort;
}
public void setServerPort(String serverPort) {
this.serverPort = serverPort;
}
}
```
以上是整合kkfile的一些步骤示例,具体的整合过程会根据具体的项目需求和环境而有所不同。希望可以帮到您。
阅读全文