验证码关闭

master
TangZhaoZhen 2023-10-23 12:18:27 +08:00
parent b6ee53a7e0
commit 126de25d33
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -5,6 +5,9 @@
/build/
!gradle/wrapper/gradle-wrapper.jar
logs/
target/
!.mvn/wrapper/maven-wrapper.jar

View File

@ -21,7 +21,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-gateway</artifactId>
</dependency>
<!-- SpringCloud Alibaba Nacos -->
<dependency>
<groupId>com.alibaba.cloud</groupId>