feat: ASW-182 新增 tag,release 接口

This commit is contained in:
shizhendong
2024-11-21 14:59:54 +08:00
parent 70feac12fc
commit 3cc928d7a7
16 changed files with 733 additions and 11 deletions

View File

@@ -186,6 +186,13 @@
<version>7.0.0.202409031743-r</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit.archive -->
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.archive</artifactId>
<version>7.0.0.202409031743-r</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>