随笔分类 -  maven

mysql的连接字符串
摘要:jdbc:mysql://localhost/${db.name}?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true 阅读全文
posted @ 2016-01-12 05:38 fengyexjtu 阅读(252) 评论(0) 推荐(0)
maven 本地仓库 删除 lastUpdated 文件
摘要:@echo offrem 这里写你的仓库路径set REPOSITORY_PATH=D:\Java\reporem 正在搜索...for /f "delims=" %%i in ('dir /b /s "%REPOSITORY_PATH%\*lastUpdated*"') do ( del /... 阅读全文
posted @ 2016-01-12 05:12 fengyexjtu 阅读(648) 评论(0) 推荐(0)