原创 Spring-boot項目整合Activemq實現訂閱發佈模式

1.在項目POM中配置<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-star

原创 Mybatis批量更新出現BadSqlGrammarException異常解決

1.xml寫法 批量更新sql如下 <update id="updateDemo"> <foreach collection="demos" item="demo" open="" separator=";" close