| 组织ID: |
io.zipkin.java |
| 项目ID: |
zipkin-autoconfigure-storage-mysql |
| 版本: |
1.31.2 |
| 最后修改时间: |
2019-12-14 22:21:21 |
| 包类型: |
jar |
| 标题: |
Auto Configuration: MySQL Storage |
| 大小: |
9.66KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-autoconfigure-storage-mysql</artifactId>
<version>1.31.2</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin.java:zipkin-autoconfigure-storage-mysql:1.31.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2017 The OpenZipkin Authors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing permissions and limitations under
the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-autoconfigure</artifactId>
<version>1.31.2</version>
</parent>
<artifactId>zipkin-autoconfigure-storage-mysql</artifactId>
<name>Auto Configuration: MySQL Storage</name>
<properties>
<main.basedir>${project.basedir}/../..</main.basedir>
<main.java.version>1.8</main.java.version>
<main.signature.artifact>java18</main.signature.artifact>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>zipkin-storage-mysql</artifactId>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>${brave.version}</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<!-- disable retrolambda as jooq itself is language level is 1.8 -->
<plugin>
<groupId>net.orfjackal.retrolambda</groupId>
<artifactId>retrolambda-maven-plugin</artifactId>
<executions>
<execution>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
zipkin.autoconfigure.storage.mysql.package-info.class
zipkin.autoconfigure.storage.mysql.brave.package-info.class
zipkin.autoconfigure.storage.mysql.brave.TraceZipkinMySQLStorageAutoConfiguration.class
zipkin.autoconfigure.storage.mysql.ZipkinMySQLStorageAutoConfiguration.class
META-INF/spring.factories
META-INF/maven/io.zipkin.java/zipkin-autoconfigure-storage-mysql/pom.xml
META-INF/maven/io.zipkin.java/zipkin-autoconfigure-storage-mysql/pom.properties
zipkin.autoconfigure.storage.mysql.ZipkinMySQLStorageProperties.class
|
| 依赖Jar: |
brave-core-${brave.version}.jar
/io.zipkin.brave/brave-core/${brave.version}
查看brave-core所有版本文件
|