Easter79 Easter79
3年前
spring集成JMS activeMQ 头文件
<beansxmlns"http://www.springframework.org/schema/beans"xmlns:xsi"http://www.w3.org/2001/XMLSchemainstance"xmlns:amq"http://activemq.apache.org/schema/core"
Easter79 Easter79
3年前
springboot集成neo4j
点击上方蓝色字体,选择“标星公众号”优质文章,第一时间送达76套java从入门到精通实战课程分享(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4ODA3NTk0Nw%3D%3D%26mid%3D2
Stella981 Stella981
3年前
Kafka 入门和 Spring Boot 集成
Kafka入门和SpringBoot集成概述kafka是一个高性能的消息队列,也是一个分布式流处理平台(这里的流指的是数据流)。由java和Scala语言编写,最早由LinkedIn开发,并2011年开源,现在由Apache开发维护。应用场景下面列举了
Stella981 Stella981
3年前
ReactNative集成个推消息推送
前言最近项目中需要集成消息推送功能,在以往的项目中都是使用的极光推送方案(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fjpush%2Fjpushreactnative),现在的公司安卓端使用的是个推消息推送,所以计划在本次使用RN重构项目的过
Stella981 Stella981
3年前
Mybatis 通用 Mapper 和 Spring 集成
依赖 正常情况下,在原有依赖基础上增加的mapperspring。<!https://mvnrepository.com/artifact/tk.mybatis/mapperspring<dependency<groupIdtk.mybatis</groupId<
Stella981 Stella981
3年前
Eclipse和maven工具的集成
1、windowPreferences搜索mavenInstallations\add添加maven的安装目录!在这里插入图片描述(https://imgblog.csdnimg.cn/20200930231555515.png?xossprocessimage/watermark,type_ZmFuZ3po
Easter79 Easter79
3年前
SpringBoot项目集成cas单点登录
添加依赖添加casclient依赖<dependency<groupIdnet.unicon.cas</groupId<artifactIdcasclientautoconfigsupport</artifactId
Stella981 Stella981
3年前
SpringBoot项目集成cas单点登录
添加依赖添加casclient依赖<dependency<groupIdnet.unicon.cas</groupId<artifactIdcasclientautoconfigsupport</artifactId
Stella981 Stella981
3年前
SpringBoot 集成Netty实现UDP Server
注:ApplicationRunner接口是在容器启动成功后的最后一步回调(类似开机自启动)。UDPServerpackagecom.vmware.vCenterEvent.netty;importio.netty.bootstrap.Bootstrap;importio.netty.ch
Stella981 Stella981
3年前
ActFrameWork集成Beetlsql的Mapper功能
Actframework是一款让人耳目一新的javamvc框架,简洁的api,强大的路由深深的吸引着我。迁移项目到act的过程中,实在是接受不了ebean的sql操作,好在国产的beetlsql正中下怀,于是将其集成到act中,方便使用。本文涉及到的内容尚未经过严格测试,如有不到之处还请指出。packageorg.piaohao.act.