File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。
4
4
5
+ # 0.15.9
6
+
7
+ - 支持Prometheus的指标聚合API #676
8
+
5
9
# 0.15.8
6
10
7
11
- [X] Console条目详情页剧集看完按钮动态显示 #671
Original file line number Diff line number Diff line change 1
- version =0.15.8
1
+ version =0.15.9
Original file line number Diff line number Diff line change 1
- import org.apache.tools.ant.filters.ReplaceTokens
2
- import org.springframework.core.io.ClassPathResource
3
-
4
1
plugins {
5
2
id ' org.springframework.boot' version ' 3.0.1'
6
3
id ' io.spring.dependency-management' version ' 1.1.0'
@@ -71,6 +68,7 @@ dependencies {
71
68
implementation ' org.json:json:20230227'
72
69
73
70
implementation " org.flywaydb:flyway-core:$flywaydb "
71
+ implementation " io.micrometer:micrometer-registry-prometheus"
74
72
75
73
76
74
implementation ' io.jsonwebtoken:jjwt-api:0.12.5'
You can’t perform that action at this time.
0 commit comments