用idea创建springboot项目。
1,new -project 选择spring initializr
2,创建自己的包名,类名。
3,这一步默认
4,项目名
5,完成,最终项目结构。
下一篇会把具体的配置文件给出
springcloud 源代码 https://github.com/hcmony/springcloud.git
idea创建maven,spring,springmvc,mybatis,项目(二)
idea创建maven,spring,springmvc,mybatis,项目(三)
idea创建springboot项目图文教程(配置文件)(五)
idea创建springcloud项目图文教程(EurekaServer注册中心)(六)
idea创建springcloud项目图文教程(创建服务提供者)(七)
idea创建springcloud项目图文教程(创建消费者)(八)
idea创建springcloud项目图文教程(Feign实现负载均衡)(九)
idea创建springcloud项目图文教程(config 实现配置中心)(十一)
idea创建springcloud项目图文教程(bus 消息总线)(十二)