摘要:
依赖下载失败会生成lastUpdated文件,此文件会影响依赖的再次下载,需要删除之后才能正常下载依赖。 cleanLastUpdated.bat @echo off rem 这里写你的仓库路径 set REPOSITORY_PATH=D:\ASpace\ProgramFiles\apache-ma 阅读全文
摘要:
解决更换仓库带来的jar包不兼容的问题,如直接将jar包复制到仓库,会爆红。 delFile.bat @echo off echo start........ for /f "delims=" %%i in ('dir /b /s "./_remote.repositories"') do ( de 阅读全文
摘要:
#! /bin/sh #1,启动所有jar包:sh all.sh start all 或者./sh start all #2,停止所有jar包:sh all.sh stop all 或者./sh stop all #3,重启所有jar包:sh all.sh restart all 或者./sh re 阅读全文
摘要:
报错问题: SQLSyntaxErrorException: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'selad.id' which is not functi 阅读全文