摘要: 无法访问org.springframework.context.annotation.Bean 错误的类文件:类文件具有错误的版本 61.0, 应为 52.0     请删除该文件或确保该文件位于正确的类路径子目录中。 Error:(6, 46) java: 无法访问org.springframework.context.annotation.Bean 错误的类文件: /D:/Maven/MyMavenRepository/org/springframework/spring-context/6.0.10/spring-context-6.0.10.jar!/org/springframework/context/annotation/Bean.class 类文件具有错误的版本 61.0, 应为 52.0 请删除该文件或确保该文件位于正确的类路径子目录中。 阅读全文
posted @ 2023-08-01 16:49 蔚然丶丶 阅读(489) 评论(0) 推荐(1) 编辑
摘要: IDEA中Tomcat输出乱码 IDEA Tomcat Java 乱码 阅读全文
posted @ 2023-08-01 16:09 蔚然丶丶 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; 报错Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; 阅读全文
posted @ 2023-07-31 10:17 蔚然丶丶 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 浅尝Spring注解开发_Servlet3.0与SpringMVC Servlet、SprigMVC的容器初始化、注解开发、异步处理等。 阅读全文
posted @ 2022-05-09 17:02 蔚然丶丶 阅读(417) 评论(0) 推荐(1) 编辑
摘要: Spring注解开发_Spring容器创建概述 浅尝Spring注解开发_Spring容器创建概述 浅尝Spring注解开发,基于Spring 4.3.12 概述Spring容器创建的过程,包括12个方法的执行 浅尝Spring注解开发_自定义注册组件、属性赋值、自动装配 浅尝Spring注解开发_Bean生命周期及执行过程 浅尝Spring注解 阅读全文
posted @ 2022-05-05 17:23 蔚然丶丶 阅读(320) 评论(1) 推荐(1) 编辑
摘要: 浅尝Spring注解开发_简单理解BeanFactoryPostProcessor、BeanDefinitionRegistryPostProcessor、ApplicationListener 浅尝Spring注解开发_简单理解BeanFactoryPostProcessor、BeanDefinitionRegistryPostProcessor、ApplicationListener 浅尝Spring注解开发,基于Spring 4.3.12 分析BeanFactoryPostProces 阅读全文
posted @ 2022-05-04 22:49 蔚然丶丶 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 浅尝Spring注解开发_声明式事务及原理 声明式事务使用、基本原理分析 阅读全文
posted @ 2022-05-04 17:55 蔚然丶丶 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 浅尝Spring注解开发_AOP原理及完整过程分析(源码) 分析AOP执行过程及源码,包含AOP注解使用、AOP原理、分析AnnotationAwareAspectJAutoProxyCreator、AOP代理、拦截器、链式调用 阅读全文
posted @ 2022-05-04 15:09 蔚然丶丶 阅读(390) 评论(0) 推荐(1) 编辑
摘要: 浅尝Spring注解开发_Bean生命周期及执行过程 Bean生命周期、自定义初始化方法、BeanPostProcessor后置处理器原理及应用。 阅读全文
posted @ 2022-04-30 19:22 蔚然丶丶 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 浅尝Spring注解开发_自定义注册组件、属性赋值、自动装配、环境标识 浅尝Spring注解开发,包含自定义扫描组件、自定义导入组件、手动注册组件、自动注入方法和参数、使用Spring容器底层组件、环境标识等 阅读全文
posted @ 2022-04-29 17:30 蔚然丶丶 阅读(404) 评论(0) 推荐(1) 编辑