com.fundebug:fundebug-java

Capture Java and Spring exceptions automatically

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.fundebug
ArtifactId

ArtifactId

fundebug-java
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Capture Java and Spring exceptions automatically

Download fundebug-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.fundebug/fundebug-java/ -->
<dependency>
    <groupId>com.fundebug</groupId>
    <artifactId>fundebug-java</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fundebug/fundebug-java/
implementation 'com.fundebug:fundebug-java:0.3.1'
// https://jarcasting.com/artifacts/com.fundebug/fundebug-java/
implementation ("com.fundebug:fundebug-java:0.3.1")
'com.fundebug:fundebug-java:jar:0.3.1'
<dependency org="com.fundebug" name="fundebug-java" rev="0.3.1">
  <artifact name="fundebug-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fundebug', module='fundebug-java', version='0.3.1')
)
libraryDependencies += "com.fundebug" % "fundebug-java" % "0.3.1"
[com.fundebug/fundebug-java "0.3.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.json : json jar 20180813

Project Modules

There are no modules declared in this project.

Fundebug:Java应用实时BUG监控插件

模块介绍

  • fundebug-java:监控普通Java应用BUG
  • fundebug-spring:监控Spring应用BUG
  • examples/hello-world:普通Java应用,使用fundebug-java监控
  • examples/spring-rest-api:使用Spring实现REST API,使用fundebug-spring监控

测试spring-rest-api

curl -X POST http://localhost:8080/greeting

Versions

Version
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.0.1