
框架
文章平均质量分 92
好好学习的鱼鱼
这个作者很懒,什么都没留下…
展开
-
SpringBoot学习
02 基础入门一、spring的能力Microservices 微服务Reactive 响应式编程Cloud 分布式Web appsServerless 无服务 函数式服务 上云实时计费Event driven 事件驱动 基于事件构建一个实时数据流 响应式 占用少资源Batch 批处理spring框架:配置地狱 —— 简化:springboot二、spring5的重大升级1、响应式编程 (原servlet 现reactiv原创 2022-05-06 20:33:32 · 815 阅读 · 0 评论 -
Spring注解及源码分析
本文记录自己学习spring注解驱动开发教程笔记参考:1、https://blog.youkuaiyun.com/yerenyuan_pku/category_10613855.html2、B站视频12 如何使用@Bean注解指定初始化和销毁的方法@Scope("prototype")@Bean(initMethod = "init",destroyMethod = "destroy")一、什么情况使用?典型场景:数据源的管理(初始化的时候需要赋值,销毁的时候需要对连接进行关闭清..原创 2022-04-08 18:03:02 · 1772 阅读 · 0 评论 -
Struts2与Ajax的整合使用出现:com.opensymphony.xwork2.config.ConfigurationException
因为初学未完全理解ERROR org.apache.struts2.dispatcher.Dispatcher - Could not find action or result/web20/b_ajax/AjaxDemo01?name=jsphuhuhucom.opensymphony.xwork2.config.ConfigurationException: There is no...原创 2018-09-13 17:08:08 · 1894 阅读 · 0 评论 -
java.lang.ClassCastException: com.zzxx.beans.Customer_$$_javassist_2 cannot be cast to javassist.uti
在初次使用整合struts2和Hibernate时出现错误,整理分析如下: jsp错误显示:Struts Problem ReportStruts has detected an unhandled exception:Messages: com.zzxx.beans.Customer_$$_javassist_2 cannot be cast to javassist.util...原创 2018-09-11 09:37:46 · 469 阅读 · 0 评论