创建一个maven项目出错 问题描述 在idea.log出现如下错误(系统找不到指定的文件,但是不知道指定文件是什么) com.intellij.execution.process.ProcessNotCreatedException: Cannot run program "wmic": CreateProcess error=2, 系统找不到指定的文件. ..... Caused by: java.io.IOException: Cannot run program "w
[以下部分截图]2019-11-25 09:48:49,045 [ 108964] WARN - #org.jetbrains.idea.maven - Cannot open index C:\Users\**\.IntelliJIdea2019.2\system\Maven\Indices\Index2org.jetbrains.idea.maven.indices.MavenIndexException: Cannot open index C:\Users\**\.Inte
1.安装好JDK,Tomcat,安装好maven: 2.配置maven全局变量:file->Other Settings ->Default Settings->Build,Execution,Deployment->Build Tools ->Maven->选择Execute goals recursively,设置Maven home direcory为自己的maven安装目录.库也设置为选择自己建的本地库:选择Maven下的Runner,选择Run in back
spring cloud简介 spring cloud 为开发人员提供了快速构建分布式系统的一些工具,包括配置管理.服务发现.断路器.路由.微代理.事件总线.全局锁.决策竞选.分布式会话等等.它运行环境简单,可以在开发人员的电脑上跑.另外说明spring cloud是基于springboot的,所以需要开发中对springboot有一定的了解,如果不了解的话可以看这篇文章:2小时学会springboot.另外对于"微服务架构" 不了解的话,可以通过搜索引擎搜索"微服务架构&q