com.fundebug:fundebug-java

Capture Java and Spring exceptions automatically

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.fundebug
Идентификатор

Идентификатор

fundebug-java
Последняя версия

Последняя версия

0.3.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Capture Java and Spring exceptions automatically

Скачать fundebug-java

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.json : json jar 20180813

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.0.1