自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 Apache-CXF

关于apache-cxf(webservice)的整理文档:apache-cxf.note链接:http://note.youdao.com/noteshare?id=8353a08191a90a767b4b361231402818&sub=6A4FD2A2177B4FE9B4C61A50D6CE5217

2021-02-21 21:12:13 107

原创 java - 反射内省

内省(Introspector)Java语言对JavaBean类属性、事件的处理方法TZbDrugBusinessLicTEntity tZbDrugBusinessLicTEntity = new TZbDrugBusinessLicTEntity();tZbDrugBusinessLicTEntity.setCreateTime(new Date());tZbDrugBusinessLicTEntity.setId(UUID.randomUUID().toString().replaceAll(

2021-01-16 21:57:58 74

原创 Spring Cloud Security - 运行原理

搭建资源服务器maven<dependency><!--Eureka Client相关依赖--> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> </dependency>

2021-01-03 00:46:32 318

原创 Spring Cloud Security - 概念相关

test

2020-12-30 21:43:08 206

原创 Lombok

Lombokmaven <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.16.18</version> --在编译阶段生效 <scope>provided</scope>

2020-11-11 01:32:25 202 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除