Skip to content

Commit

Permalink
Merge pull request #96 from linyimin0812/release/20230910_release_v2.…
Browse files Browse the repository at this point in the history
…0.12_1

release: release v2.0.12
  • Loading branch information
linyimin0812 authored Sep 10, 2023
2 parents d7f4360 + f086577 commit 05bc4fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ For non-Spring Boot applications, it is necessary to configure the health check
| spring-startup-analyzer.admin.http.server.port | management port | 8065 |
| spring-startup-analyzer.async.profiler.sample.thread.names | thread names collected by Async Profiler, supports multiple configurations separated by commas | main |
| **spring-startup-analyzer.async.profiler.interval.millis** | async profiler sample interval (ms) | 5 |
| spring-startup-analyzer.linux.and.mac.profiler | specify linux/mac flame graph profiler:async_profiler/jvm_profiler | async_profiler |
| spring-startup-analyzer.linux.and.mac.profiler | specify linux/mac flame graph profiler:async_profiler/jvm_profiler | jvm_profiler |

### Application Startup

Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ curl -sS https://raw.githubusercontent.com/linyimin0812/spring-startup-analyzer/
| spring-startup-analyzer.admin.http.server.port | 管理端口 | 8065 |
| spring-startup-analyzer.async.profiler.sample.thread.names | async profiler采集的线程名称,支持配置多个,以","进行分隔 | main |
| **spring-startup-analyzer.async.profiler.interval.millis** | async profiler采集间隔时间(ms) | 5 |
| spring-startup-analyzer.linux.and.mac.profiler | 指定linux/mac下火焰图采样器:async_profiler/jvm_profiler | async_profiler |
| spring-startup-analyzer.linux.and.mac.profiler | 指定linux/mac下火焰图采样器:async_profiler/jvm_profiler | jvm_profiler |


### 应用启动
Expand Down
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euxf -o pipefail

PRODUCT_NAME=spring-startup-analyzer
LAST_TAG=${1:-v2.0.11}
LAST_TAG=${1:-v2.0.12}
PROFILER_HOME=${HOME}/spring-startup-analyzer

check_permission() {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<template.directory>${user.home}/spring-startup-analyzer/template</template.directory>
<sonar.organization>linyimin-bupt</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<revision>2.0.11</revision>
<revision>2.0.12</revision>
<sonar.coverage.jacoco.xmlReportPaths>
${project.basedir}/report-aggregate/target/site/
jacoco-aggregate/jacoco.xml
Expand Down

0 comments on commit 05bc4fb

Please sign in to comment.