mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-16 20:57:11 +08:00
style: 优化部分代码及注释格式
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -33,8 +33,6 @@
|
||||
<properties>
|
||||
<!-- 项目版本号 -->
|
||||
<revision>2.4.0-SNAPSHOT</revision>
|
||||
<tlog.version>1.5.1</tlog.version>
|
||||
<sonar.version>3.9.1.2184</sonar.version>
|
||||
</properties>
|
||||
|
||||
<!-- 全局依赖版本管理 -->
|
||||
@@ -74,13 +72,6 @@
|
||||
<artifactId>continew-admin-common</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!--轻量级的分布式日志标记追踪神器-->
|
||||
<dependency>
|
||||
<groupId>com.yomahub</groupId>
|
||||
<artifactId>tlog-web-spring-boot-starter</artifactId>
|
||||
<version>${tlog.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
@@ -188,7 +179,6 @@
|
||||
<plugin>
|
||||
<groupId>org.sonarsource.scanner.maven</groupId>
|
||||
<artifactId>sonar-maven-plugin</artifactId>
|
||||
<version>${sonar.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>verify</phase>
|
||||
|
Reference in New Issue
Block a user