上一页 1 2 3 4 5 6 7 8 ··· 29 下一页
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot Spring Boot 继承 AbstractErrorController 实现全局异常处理 @RequestMapping("${server.error.path:${ 阅读全文
posted @ 2019-12-01 15:19 LittleDonkey 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot Spring Converter(转换器) @FunctionalInterface public interface Converter<S, T> { //一对一转换 @ 阅读全文
posted @ 2019-11-28 20:25 LittleDonkey 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###跨域问题 域名A(http://www.a.com)的 Web 应用程序中, 通过标签引入了域名B(http://ww.b.com)站点的某图片资源(http://ww 阅读全文
posted @ 2019-11-27 14:57 LittleDonkey 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot #安全模块 ###用户描述类 /** * 基本 Entity */ @Data @MappedSuperclass public class BaseEntity { /** 阅读全文
posted @ 2019-11-27 10:04 LittleDonkey 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot @ControllerAdvice 对Controller进行"切面"环绕 结合方法型注解 @ExceptionHandler 用于捕获Controller中抛出的指定类型的 阅读全文
posted @ 2019-11-24 20:10 LittleDonkey 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot Spring publish-event 机制 监听者模式包含了一个监听者 Listener 与之对应的事件 Event,还有一个事件发布者 EventPublish。 过程 阅读全文
posted @ 2019-11-24 13:35 LittleDonkey 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ApplicationPreparedEvent 监听事件 Event published once the application context has been ref 阅读全文
posted @ 2019-11-23 12:54 LittleDonkey 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot BeanWrapper 接口 操作属性 package org.springframework.beans; BeanWrapper bw = new BeanWrapper 阅读全文
posted @ 2019-11-21 18:00 LittleDonkey 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###接口中可以定义方法 1. 定义静态方法(直接调用) public interface Test { public static void method() { /** 阅读全文
posted @ 2019-11-20 10:09 LittleDonkey 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot @Conditional 满足条件给容器注册Bean(在配置类 @Configuration 的类和方法上配置) 需要实现Condition接口, 实现matches方法 p 阅读全文
posted @ 2019-11-17 09:29 LittleDonkey 阅读(414) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 29 下一页