spring cloud stream 提供了消息队列的封装。最近公司对新同事进行了相关的培训。 这里顺便记录一下主要部分. 学习路径 首先,需要对spring boot 有一定的了解,并能够独立搭建spring boot 项目。 其次需要对maven 有所了解。这些为基础工作。 准备工作 首先需要…
1 Comment标签:spring
在使用Spring Boot的过程中,很多人发现官方给的例子中,Maven配置Parent为 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-st…
Leave a Commentspring在启动的时候,会默认加载会默认加载整个对象实例图,从初始化ACTION配置、到 service配置到dao配置、乃至到数据库连接、事务等等。这样可以减少web服务器在运行时的负担,但是对于开发者来说无疑是效率极低的一个设置了。 在默认的配置文件applicationContext.xml…
Leave a Comment最近在整合最新的一些框架. 各种配置都OK了,最后启动并操作数据的时候却报错。 org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transac…
Leave a Comment最近在调试一些关于spring 的功能,自己搭建了一个小环境. 可是在配置了xml之后就出现如下的错误. org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: …
Leave a Comment