1.词汇认识
2.nacos 和eureka 都是注册中心,个人感觉euraka使用简单,直接在yml配置,使用注解@EnableEurekaServer
3.参考资料(只是粗略看了下,如果只是想学微服务看这篇https://blog.csdn.net/boonya/article/details/77840004)
//项目运行起来看似简单的
https://gitee.com/liner123/newgulimall
//带有详细操作文档
https://blog.csdn.net/qq_37223597/article/details/109264912
https://github.com/NiceSeason/gulimall-learning
//最简单项目
https://blog.csdn.net/wzy18210825916/article/details/103444346
//配套视频
https://www.bilibili.com/medialist/play/ml1235961624/BV1np4y1C7Yf
4.学习建议:
先看这篇
https://blog.csdn.net/wzy18210825916/article/details/103444346
(PS:可以混入远程调用简单例子不涉及数据库)
再看这篇
https://blog.csdn.net/boonya/article/details/77840004
最后看这篇
https://gitee.com/liner123/newgulimall
https://github.com/NiceSeason/gulimall-learning
`5.经验证https://blog.csdn.net/wzy18210825916/article/details/103444346
依赖包有问题,不过依旧能从中看出微服务简单应用