| 组织ID: |
io.zipkin.java |
| 项目ID: |
zipkin-autoconfigure-storage-mysql |
| 版本: |
1.1.5 |
| 最后修改时间: |
2018-07-31 23:35:49 |
| 包类型: |
jar |
| 标题: |
Auto Configuration: MySQL Storage |
| 大小: |
8.59KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-autoconfigure-storage-mysql</artifactId>
<version>1.1.5</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin.java:zipkin-autoconfigure-storage-mysql:1.1.5
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2016 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.1.5</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>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring.factories
zipkin.autoconfigure.storage.mysql.brave.TraceZipkinMySQLStorageAutoConfiguration.class
zipkin.autoconfigure.storage.mysql.ZipkinMySQLStorageProperties.class
zipkin.autoconfigure.storage.mysql.ZipkinMySQLStorageAutoConfiguration.class
META-INF/maven/io.zipkin.java/zipkin-autoconfigure-storage-mysql/pom.xml
META-INF/maven/io.zipkin.java/zipkin-autoconfigure-storage-mysql/pom.properties
|
| 依赖Jar: |
brave-core-${brave.version}.jar
/io.zipkin.brave/brave-core/${brave.version}
查看brave-core所有版本文件
|