错误如下 ArtifactTransferException: Failure to transfer org.springframework:spring-jdbc:jar:3.0.5.RELEASE from http:// repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has
回顾包的查找规则: 1.找项目根目录中有没有node_modules的文件夹 2.在node_modules中根据包名,找对应的vue文件夹 3.在vue文件夹中,找一个叫做package.json的包配置文件 4.在package.json文件中,查找一个main 属性[main属性指定了这个包在被加载时候的入口文件] 引入vue.js不全的话会提示如下信息 vue.runtime.esm.js:620 [Vue warn]: You are using the runtime-only bu