2 Star 7 Fork 1

stupFrog / logView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

LogView

建设目标

  • 1、浏览应用所在服务器目录
  • 2、下载任意文件
  • 3、上传任意文件
  • 4、查看日志文件并支持检索
  • 5、在线修改相关配置文件
  • 6、在线执行cmd或shell脚本【启动远程服务等】
  • 7、支持多应用合并服务器信息,统一管理
  • 8、简易部署,简易配置。
  • 9、RSA登录传输加密

界面预览

  • 登录页面 avatar
  • 主页面 avatar
  • 日志查看 avatar
  • 在线命令 avatar

环境依赖

JDK1.8+

部署步骤

  • 下载代码 使用maven打包 找个目录放以下文件 这里采用lib包分离模式,方便后续更新
mvn package -Dmaven.test.skip=true
  • 拷贝config文件夹 并修改配置文件端口,可以不用改。
  • 拷贝app/target/lib app/target/logview-app-*.jar.original
  • 写个脚本启动 java -jar logview-app-*.jar.original
java -Xmx256M -Xms256M -jar -Dfile.encoding=gbk -Dloader.path=./config;./lib  logview-app-v1.0.0.jar.original

声明

协议

MIT

MIT License Copyright (c) 2021 katasea Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

浏览服务器文件目录,下载、上传、在线查看服务器相关应用日志文件 展开 收起
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
CSS
1
https://gitee.com/katasea/logView.git
git@gitee.com:katasea/logView.git
katasea
logView
logView
main

搜索帮助