
error
error
水岸齐天
这个作者很懒,什么都没留下…
展开
-
多模块项目mvn打包报错 ‘packaging‘ with value ‘jar‘ is invalid Aggregator projects require ‘pom‘ as packaging
来源:https://blog.youkuaiyun.com/a704397849/article/details/103761770?spm=1001.2014.3001.5506springboot 多模块项目 maven打包报错 ,如下:E:\workspace_idea\cm>mvn clean package[INFO] Scanning for projects...[ERROR] [ERROR] Some problems were encountered while processing转载 2021-11-08 10:28:24 · 297 阅读 · 0 评论 -
Class is not a root resource
文章目录dubbo接口版权声明:本文为优快云博主「wtopps」的原创文章,遵循CC 4.0 BY-SA原文链接:https://blog.youkuaiyun.com/wtopps/article/details/76919008dubbo接口interface:@Path("interface/doSomething")@Consumes(MediaType.APPLICATION_JSON)@Produces(MediaType.APPLICATION_JSON)public interface转载 2021-11-01 10:47:08 · 326 阅读 · 0 评论 -
Java:程序包xxxx不存在
mvn idea:idea出现jar包找不到的问题,首先有可能是项目依赖中有些jar没有下载完整,而mvn idea:idea这个命令可以检查并继续下载未下载完整的依赖jar。在命令行输入mvn idea:idea ,然后 file–invalidate caches 重启就可以了。来源:https://baijiahao.baidu.com/s?id=1666135264347817292&wfr=spider&for=pc...转载 2021-05-07 22:10:30 · 227 阅读 · 0 评论 -
java.sql.SQLException: The server time zone value ‘�й���ʱ��’ is unrecognized or represents
来源:https://blog.youkuaiyun.com/weixin_45309636/article/details/108289602网上有说xml文件中不能使用中文注释的,也有说高版本的Mysql在xml文件中的url的配置中useSSL的值需要改成false,试了还是报错。因为我使用的mysql是版本号8开头的新版本,所以时区问题一直是一个坑。如果不想这么麻烦的朋友可以换回以前的版本号是5开头的版本。在url的末尾加上serverTimezone=Asia/Shanghai即可url: jdbc:原创 2020-12-04 13:20:19 · 96 阅读 · 0 评论 -
Springboot异常java.sql.SQLException: Access denied for user ‘‘@‘192.168.56.1‘ (using password: NO)
来源:https://blog.youkuaiyun.com/weixin_42551626/article/details/82825381原创 2020-11-27 16:22:54 · 376 阅读 · 0 评论 -
解决error MSB4019: 未找到导入的项目“E:\Microsoft.Cpp.Default.props”
版本问题建议先确定目前安装的Microsoft.Cpp.Default.props文件位置(这东西我也第一次用,不知道是哪个软件的子文件,找个文件搜索工具比如everything),如果是在C盘,上面那句"npm config set msvs_version 2017"应该就能解决,如果没有该文件,说明你的支持软件没有安装或者版本有问题,那就更新一下.new framework框架的版本,最好是v4.5以上这样应该就ok了来源:https://blog.youkuaiyun.com/awpnf/article/原创 2020-11-27 12:01:26 · 13540 阅读 · 0 评论 -
解决gyp ERR! stackError: Can‘t find Python executable “python“, you can set the PYTHON env variable.
gyp verb ensuring that file exists: C:\Python27\python.exegyp ERR! configure errorgyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.解决方案:npm --add-python-to-path='true' --debug install --global windows-bu原创 2020-11-27 11:58:45 · 5282 阅读 · 0 评论