MVN

io.github.teoan : teoan-log

Maven & Gradle

Nov 29, 2023

teoan-log · 一个简单的SpringBoot项目日志收集工具,可根据引入的Spring Data依赖类型将日志写入到es,或者是mongoDB中,同时也提供了相关拓展接口,可自定义拓展实现自己的日志写入逻辑。

<dependency>
    <groupId>io.github.teoan</groupId>
    <artifactId>teoan-log</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.teoan : teoan-log to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.teoan : teoan-log to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
teoan-log-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.teoan</groupId>
    <artifactId>teoan-log</artifactId>
    <version>1.0.0</version>
</dependency>