Explorar el Código

修改pom,排除登录验证

konghl %!s(int64=4) %!d(string=hace) años
padre
commit
8b281e8053
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      location-rescue-service/pom.xml

+ 8 - 0
location-rescue-service/pom.xml

@ -49,6 +49,14 @@
49 49
            <groupId>com.ai.bss</groupId>
50 50
            <artifactId>worker-service</artifactId>
51 51
            <version>2.1.5-SNAPSHOT</version>
52
            <exclusions>
53
            	<exclusion>
54
            		<groupId>org.springframework.boot</groupId>
55
            		<artifactId>
56
            			spring-boot-starter-security
57
            		</artifactId>
58
            	</exclusion>
59
            </exclusions>
52 60
        </dependency>
53 61
54 62
		<dependency>