摘要:
注解和反射 springboot 是基于注解的框架,因此先复习一下注解,了解注解如何通过反射获取注解的值、 package Reflection; import java.lang.annotation.*; import java.lang.reflect.Field; /** * author 阅读全文
posted @ 2021-11-05 10:28
博客猿人
阅读(174)
评论(0)
推荐(0)
摘要:
微服务(Microservices)——Martin Flower 原文是 Martin Flower 于 2014 年 3 月 25 日写的《Microservices》。 本文内容 微服务 微服务风格的特性 组件化(Componentization )与服务(Services) 围绕业务功能的组 阅读全文
posted @ 2021-11-05 10:15
博客猿人
阅读(141)
评论(0)
推荐(0)