From b9e8286e38df16e975cfe78ccfbc5e228309a4d4 Mon Sep 17 00:00:00 2001 From: xking Date: Sun, 28 Aug 2022 12:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7387ef6..531bdc4 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,6 @@ https://www.eclipse.org/aspectj/doc/released/devguide/ltw-configuration.html -#### 开发过程中可以添加 jvm 参数来使用 - -![image-20220828123756596](http://pic.61dz.com/pic/image-20220828123756596.png) - - - ### springboot 项目使用LTW 1. mvn clean package,得到jar包:java-aspectj-agent-1.0.jar @@ -41,3 +35,11 @@ https://www.eclipse.org/aspectj/doc/released/devguide/ltw-configuration.html java -javaagent:aspectjweaver-1.9.6.jar -jar .\springboot-aspectj-agent\target\springboot-aspectj-agent-1.0.jar ``` + + + + +### 开发过程中可以添加 jvm 参数来使用 + +![image-20220828123756596](http://pic.61dz.com/pic/image-20220828123756596.png) +