修改启动类

This commit is contained in:
bigtian 2022-07-15 14:57:02 +08:00
parent d127e685ff
commit 010ca247b5

View File

@ -222,19 +222,19 @@
<!-- 编码识别 -->
<!-- <dependency>-->
<!-- <groupId>cpdetector</groupId>-->
<!-- <artifactId>cpdetector</artifactId>-->
<!-- <version>1.04</version>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>cpdetector</groupId>
<artifactId>cpdetector</artifactId>
<version>1.04</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/lennart/cpdetector -->
<dependency>
<groupId>lennart</groupId>
<artifactId>cpdetector</artifactId>
<version>1.0.4</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>lennart</groupId>-->
<!-- <artifactId>cpdetector</artifactId>-->
<!-- <version>1.0.4</version>-->
<!-- </dependency>-->
<!-- url 规范化 -->
<dependency>