摘要: 微服务 James Lewis Martin Fowler 2014年提出微服务完整概念,https://martinfowler.com/microservices/ In short, the microservice architectural style is an approach to 阅读全文
posted @ 2021-07-31 21:15 🍓🍓鲁阿艳🐾🐾 阅读(107) 评论(1) 推荐(0) 编辑
摘要: ###Spring是如何简化Java开发的 为了降低Java开发的复杂性,Spring采用了以下4种关键策略: 1.基于pojo的轻量级和最小侵入性编程; 2.通过IOC,依赖注入(DI)和面向接口实现松耦合; 3.基于切面(AOP)和惯例进行声明式编程; 4.通过切面和模板减少样式代码; ###什 阅读全文
posted @ 2021-07-31 12:11 🍓🍓鲁阿艳🐾🐾 阅读(205) 评论(0) 推荐(0) 编辑