1 Star 0 Fork 182

lzb974/sanri-tools-maven

forked from Rey Wong/sanri-tools-maven 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
sanri1993 提交于 2022-01-24 19:54 . 添加 jvm 监控
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>sanri-tools-springboot</artifactId>
<groupId>com.sanri.tools</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
<sajdijar>${java.home}/../lib/sa-jdi.jar</sajdijar>
</properties>
<artifactId>tools-jvm</artifactId>
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>sa-jdi</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${sajdijar}</systemPath>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tools-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.6</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>net.bytebuddy</groupId>-->
<!-- <artifactId>byte-buddy</artifactId>-->
<!-- <version>1.11.6</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>net.bytebuddy</groupId>-->
<!-- <artifactId>byte-buddy-agent</artifactId>-->
<!-- <version>1.11.6</version>-->
<!-- </dependency>-->
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lzb974/sanri-tools-maven.git
[email protected]:lzb974/sanri-tools-maven.git
lzb974
sanri-tools-maven
sanri-tools-maven
master

搜索帮助