博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Fundebug后端Java插件更新至0.2.0,支持Spring及Maven
阅读量:5881 次
发布时间:2019-06-19

本文共 1169 字,大约阅读时间需要 3 分钟。

Fundebug后端Java插件更新至0.2.0,支持Spring及Maven

摘要: 0.2.0支持监控Spring应用,并且支持使用Maven接入插件,请大家及时更新。

支持监控Spring应用

1. pom.xml配置依赖

com.fundebug
fundebug-spring
0.2.0
复制代码

2. 在项目中引入fundebug并配置apikey

新增FundebugConfig.java

import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import org.springframework.context.annotation.Import;import com.fundebug.Fundebug;import com.fundebug.SpringConfig;@Configuration@Import(SpringConfig.class)public class FundebugConfig {	@Bean	public Fundebug getBean() {		return new Fundebug("apikey");	}}复制代码

注意:获取apikey需要帐号并且。

可以参考Demo项目。

支持使用Maven接入插件

Fundebug的Java异常监控插件与都发布到了Maven中央仓库,因此可以在pom.xml直接配置依赖。

接入fundebug-java

com.fundebug
fundebug-java
0.2.0
复制代码

接入fundebug-spring

com.fundebug
fundebug-spring
0.2.0
复制代码

参考

关于Fundebug

专注于JavaScript、微信小程序、微信小游戏、支付宝小程序、React Native、Node.js和Java线上应用实时BUG监控。 自从2016年双十一正式上线,Fundebug累计处理了9亿+错误事件,付费客户有Google、360、金山软件、百姓网等众多品牌企业。欢迎大家!

版权声明

转载时请注明作者以及本文地址:

你可能感兴趣的文章
处理 Oracle SQL in 超过1000 的解决方案
查看>>
Alpha线性混合实现半透明效果
查看>>
chkconfig 系统服务管理
查看>>
ORACLE---Unit04: SQL(高级查询)
查看>>
贪食蛇
查看>>
201521123009 《Java程序设计》第11周学习总结
查看>>
Python3之多线程学习
查看>>
MVC和MTV结构分析
查看>>
(转)微信网页扫码登录的实现
查看>>
mariadb启动报错:[ERROR] Can't start server : Bind on unix socket: Permission denied
查看>>
nginx的信号量
查看>>
云im php,网易云IM
查看>>
河南农业大学c语言平时作业答案,河南农业大学2004-2005学年第二学期《C语言程序设计》期末考试试卷(2份,有答案)...
查看>>
c语言打开alist文件,C语言 文件的打开与关闭详解及示例代码
查看>>
c语言 中的共用体和结构体如何联合定义,结构体(Struct)、联合体(Union)和位域
查看>>
SDL如何嵌入到QT中?!
查看>>
P1026 统计单词个数
查看>>
[js高手之路] html5 canvas系列教程 - 状态详解(save与restore)
查看>>
poi excel 常用api
查看>>
AD提高动态的方法(附SNR计算)
查看>>