|
|
@ -31,9 +31,6 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
implementation "com.alibaba.csp:sentinel-datasource-nacos:1.8.0"
|
|
|
|
implementation "com.alibaba.csp:sentinel-datasource-nacos:1.8.0"
|
|
|
|
|
|
|
|
|
|
|
|
// implementation "org.springframework:spring-context-support:5.2.9.RELEASE"
|
|
|
|
|
|
|
|
// implementation "org.springframework:spring-web:5.2.9.RELEASE"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation "com.alibaba.cloud:spring-cloud-alibaba-sentinel-gateway:${alibabaCloud}"
|
|
|
|
implementation "com.alibaba.cloud:spring-cloud-alibaba-sentinel-gateway:${alibabaCloud}"
|
|
|
|
implementation "com.alibaba.cloud:spring-cloud-starter-alibaba-sentinel:${alibabaCloud}"
|
|
|
|
implementation "com.alibaba.cloud:spring-cloud-starter-alibaba-sentinel:${alibabaCloud}"
|
|
|
|
implementation "com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-config:${alibabaCloud}"
|
|
|
|
implementation "com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-config:${alibabaCloud}"
|
|
|
@ -42,7 +39,6 @@ dependencies {
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-validation:${springBoot}"
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-validation:${springBoot}"
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-actuator:${springBoot}"
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-actuator:${springBoot}"
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-data-redis:${springBoot}"
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-data-redis:${springBoot}"
|
|
|
|
// implementation "org.springframework.cloud:spring-cloud-dependencies:Hoxton.SR8"
|
|
|
|
|
|
|
|
implementation "org.springframework.cloud:spring-cloud-starter-gateway:${springCloud}"
|
|
|
|
implementation "org.springframework.cloud:spring-cloud-starter-gateway:${springCloud}"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|