初始化
This commit is contained in:
20
externalgateway/target/classes/application-dev.yml
Normal file
20
externalgateway/target/classes/application-dev.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
spring:
|
||||
resources:
|
||||
static-locations: file:D://supervise
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# namespace: supervise
|
||||
server-addr: 127.0.0.1:8848
|
||||
redis:
|
||||
database: 3 # Redis数据库索引(默认为0)
|
||||
host: 127.0.0.1
|
||||
jedis:
|
||||
pool:
|
||||
max-active: -1 #连接池最大连接数(使用负值表示没有限制)
|
||||
max-idle: 8 #连接池中的最大空闲连接
|
||||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
||||
min-idle: 0 # 连接池中的最小空闲连接
|
||||
password:
|
||||
port: 6379
|
||||
timeout: 0 # 连接超时时间(毫秒)
|
||||
20
externalgateway/target/classes/application-pro.yml
Normal file
20
externalgateway/target/classes/application-pro.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
spring:
|
||||
resources:
|
||||
static-locations: file:D://supervise
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# namespace: supervise
|
||||
server-addr: 127.0.0.1:8848
|
||||
redis:
|
||||
database: 3 # Redis数据库索引(默认为0)
|
||||
host: 127.0.0.1
|
||||
jedis:
|
||||
pool:
|
||||
max-active: -1 #连接池最大连接数(使用负值表示没有限制)
|
||||
max-idle: 8 #连接池中的最大空闲连接
|
||||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
||||
min-idle: 0 # 连接池中的最小空闲连接
|
||||
password:
|
||||
port: 6379
|
||||
timeout: 0 # 连接超时时间(毫秒)
|
||||
1
externalgateway/target/classes/application-test.yml
Normal file
1
externalgateway/target/classes/application-test.yml
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
34
externalgateway/target/classes/application.yml
Normal file
34
externalgateway/target/classes/application.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
hystrix:
|
||||
command:
|
||||
default:
|
||||
execution:
|
||||
isolation:
|
||||
strategy: SEMAPHORE
|
||||
thread:
|
||||
timeoutInMilliseconds: 300000
|
||||
server:
|
||||
port: 8114
|
||||
spring:
|
||||
application:
|
||||
name: gateway
|
||||
profiles:
|
||||
active: dev
|
||||
# active: pro
|
||||
cloud:
|
||||
gateway:
|
||||
routes:
|
||||
- id: external
|
||||
predicates:
|
||||
- Path= /external/**
|
||||
uri: lb://external
|
||||
filters:
|
||||
- StripPrefix=1
|
||||
|
||||
ignore:
|
||||
whites:
|
||||
# - /external/client/getSign
|
||||
|
||||
|
||||
whitesTwo: #包含所有
|
||||
- /upload/**
|
||||
- /external/apiadmin/supplierinfo/getSupplierCountByOrgSid/**
|
||||
BIN
externalgateway/target/classes/com/yxt/external/AuthFilter.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/AuthFilter.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/GatewayApiApplication.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/GatewayApiApplication.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/RedisUtil$1.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/RedisUtil$1.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/RedisUtil$2.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/RedisUtil$2.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/RedisUtil$3.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/RedisUtil$3.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/RedisUtil$4.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/RedisUtil$4.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/RedisUtil.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/RedisUtil.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/Signature.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/Signature.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/authutils/CacheConstants.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/authutils/CacheConstants.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/authutils/CharsetKit.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/authutils/CharsetKit.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/authutils/Convert.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/authutils/Convert.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/authutils/IgnoreWhiteProperties.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/authutils/IgnoreWhiteProperties.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/authutils/StrFormatter.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/authutils/StrFormatter.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/authutils/StringUtils.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/authutils/StringUtils.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/rest/ClientRest.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/rest/ClientRest.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/service/ClientService.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/service/ClientService.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/utils/AppKeyConfig.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/utils/AppKeyConfig.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/utils/HttpStatus.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/utils/HttpStatus.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/utils/IResultCodeMsg.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/utils/IResultCodeMsg.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/utils/ResultBean.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/utils/ResultBean.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/utils/SignatureQuery.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/utils/SignatureQuery.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/utils/SignatureUtil.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/utils/SignatureUtil.class
vendored
Normal file
Binary file not shown.
BIN
externalgateway/target/classes/com/yxt/external/utils/WebFluxLoggingConfig.class
vendored
Normal file
BIN
externalgateway/target/classes/com/yxt/external/utils/WebFluxLoggingConfig.class
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user