1:补充向阀门中添加特殊属性的业务

2:修改request获取ip的方式(前面接的有nginx直接用request.getRemoteAddr无法获取到)
This commit is contained in:
renkaige
2018-12-15 10:43:09 +06:00
parent b88f2815f4
commit 736ec03da9
10 changed files with 115 additions and 113 deletions

View File

@@ -1,7 +1,21 @@
操作系统运行环境linux7.0
文件摘要工具安装步骤:
1.将MESA.zip 拷贝opt目录下解压执行update_env.sh
1.将MESA.zip 拷贝opt目录下解压,执行update_env.sh
2.可将digest_gen拷贝到任何目录ldd digest_gen查看依赖包
执行命令如下:
./digest_gen -f /home/a.txt 结果如下:
/home/a.txt 21 1.154222
如果报错
vim /etc/ld.so.conf.d/MESA.conf
/opt/MESA/lib/
如果还不行在执行
source /etc/profile.d/MESA.sh
如果开机自启动或者无法执行的话在咱们的tomcat守护脚本里面加入
source ~/.bash_profile