SpringBoot自定义注解
SpringBoot实现自定义注解用于文件验证的详细过程(大小、扩展名、MIME类型)
目录1. 自定义文件验证注解2. 实现约束验证器3. 使用注解1. 自定义文件验证注解[详细]
2024-08-25 10:18 分类:开发详解SpringBoot如何自定义注解
目录1.什么是注解元注解@Target@Retention@Repeatable@Inherited2.代码工程实验目的pom.XMLcontrollercustom annotation代码仓库3.测试1.什么是注解[详细]
2024-08-11 10:49 分类:开发-
解决springboot自定义注解AOP在controller上导致controller注入失败问题
目录问题描述问题分析问题解决问题回顾总结问题描述 使用自定义注解实现AOP功能,在Controller层使用的时候,请求不到这个Controller的任何接口。[详细]
2023-11-20 10:25 分类:开发 -
SpringBoot通过自定义注解与异步来管理日志流程
目录一、前言二、基础环境1. 导入依赖2. 编写yml配置三、数据库设计四、主要功能1. 编写注解2. 业务类型枚举3. 编写切片4. ip工具类5. 事件发布6. 监听者五、测试1. controller2. service3. dao4. 测试5. 数据库六、[详细]
2023-03-27 10:29 分类:开发 -
SpringBoot 自定义注解实现涉密字段脱敏
目录1. 创建隐私数据类型枚举:PrivacyTypeEnum2. 创建自定义隐私注解:PrivacyEncrypt3. 创建自定义序列化器:PrivacySerializer4. 隐私数据隐藏工具类:PrivacyUtil5. 注解使用关于数据脱敏,网上的文章都是硬编码[详细]
2023-03-25 10:25 分类:开发 How does a client find the port number of a server?
I am currently learning about basic networking in java. I have been playing around with the server and client relationship between two of my computers.[详细]
2022-12-25 13:35 分类:问答How do I write a prepared statement with an update?
I am using mysqli prepared statments and I am trying to write a prepared statement with an UPDATE, but I think I am off somewhere.[详细]
2022-12-23 21:03 分类:问答How to read from file, which name is "-"
how to rea开发者_开发百科d content of a file which name is \"-\" (dash, not stdin)?From any programming language, just open the file. A single dash is certainly no special file name and can be opened[详细]
2022-12-17 05:32 分类:问答