yirenyishi
6 лет назад
7 изменённых файлов: 38 добавлений и 92 удалений
@ -1,4 +0,0 @@ |
|||||
# hystrix.command.default.execution.timeout.enabled: false |
|
||||
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000 |
|
||||
server: |
|
||||
port: 8200 |
|
@ -1,4 +0,0 @@ |
|||||
# hystrix.command.default.execution.timeout.enabled: false |
|
||||
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000 |
|
||||
server: |
|
||||
port: 8200 |
|
@ -1,4 +0,0 @@ |
|||||
# hystrix.command.default.execution.timeout.enabled: false |
|
||||
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000 |
|
||||
server: |
|
||||
port: 8200 |
|
@ -1,28 +0,0 @@ |
|||||
spring: |
|
||||
redis: |
|
||||
host: 172.17.0.1 |
|
||||
#assword: 123456 |
|
||||
port: 6379 |
|
||||
jpa: |
|
||||
database-platform: org.hibernate.dialect.MySQLDialect |
|
||||
show-sql: true |
|
||||
hibernate: |
|
||||
ddl-auto: update |
|
||||
datasource: |
|
||||
druid: |
|
||||
url: jdbc:mysql://13.58.87.174:3306/spcloud |
|
||||
username: root |
|
||||
password: booszy |
|
||||
application: |
|
||||
name: springcloud-provider-config |
|
||||
profiles: |
|
||||
active: production |
|
||||
logging: |
|
||||
level: |
|
||||
root: info |
|
||||
org.hibernate : info |
|
||||
org.hibernate.type.descriptor.sql.BasicBinder: TRACE |
|
||||
org.hibernate.type.descriptor.sql.BasicExtractor: TRACE |
|
||||
com.yasaka.stock : debug |
|
||||
server: |
|
||||
port: 8100 |
|
@ -1,24 +0,0 @@ |
|||||
spring: |
|
||||
jpa: |
|
||||
database-platform: org.hibernate.dialect.MySQLDialect |
|
||||
show-sql: true |
|
||||
hibernate: |
|
||||
ddl-auto: update |
|
||||
datasource: |
|
||||
druid: |
|
||||
url: jdbc:mysql://localhost:3306/spcloud |
|
||||
username: root |
|
||||
password: booszy |
|
||||
application: |
|
||||
name: springcloud-provider-config |
|
||||
profiles: |
|
||||
active: production |
|
||||
logging: |
|
||||
level: |
|
||||
root: info |
|
||||
org.hibernate : info |
|
||||
org.hibernate.type.descriptor.sql.BasicBinder: TRACE |
|
||||
org.hibernate.type.descriptor.sql.BasicExtractor: TRACE |
|
||||
com.yasaka.stock : debug |
|
||||
server: |
|
||||
port: 8100 |
|
@ -1,28 +0,0 @@ |
|||||
spring: |
|
||||
# redis: |
|
||||
# host: 172.17.0.1 |
|
||||
# #assword: 123456 |
|
||||
# port: 6379 |
|
||||
jpa: |
|
||||
database-platform: org.hibernate.dialect.MySQLDialect |
|
||||
show-sql: true |
|
||||
hibernate: |
|
||||
ddl-auto: update |
|
||||
datasource: |
|
||||
druid: |
|
||||
url: jdbc:mysql://13.58.87.174:3306/spcloud |
|
||||
username: root |
|
||||
password: booszy |
|
||||
application: |
|
||||
name: springcloud-provider-config |
|
||||
profiles: |
|
||||
active: test |
|
||||
logging: |
|
||||
level: |
|
||||
root: info |
|
||||
org.hibernate : info |
|
||||
org.hibernate.type.descriptor.sql.BasicBinder: TRACE |
|
||||
org.hibernate.type.descriptor.sql.BasicExtractor: TRACE |
|
||||
com.yasaka.stock : debug |
|
||||
server: |
|
||||
port: 8100 |
|
@ -0,0 +1,38 @@ |
|||||
|
server: |
||||
|
port: 8400 |
||||
|
spring: |
||||
|
profiles: |
||||
|
active: csdn |
||||
|
zuul: |
||||
|
routes: |
||||
|
sc-consumer: /consumer/** |
||||
|
sc-provider: /provider/** |
||||
|
#hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 80000 |
||||
|
hystrix: |
||||
|
command: |
||||
|
default: |
||||
|
execution: |
||||
|
isolation: |
||||
|
thread: |
||||
|
timeoutInMilliseconds: 80000 |
||||
|
|
||||
|
# keycloak: |
||||
|
# realm : springcloud-zuul |
||||
|
# auth-server-url : http://127.0.0.1:8080/auth |
||||
|
# ssl-required : external |
||||
|
# resource : springcloud-zuul |
||||
|
# credentials.secret : 11111111-1111-1111-1111-111111111111 |
||||
|
# use-resource-role-mappings : true |
||||
|
# enable-basic-auth: true |
||||
|
# securityConstraints: |
||||
|
# - authRoles: user |
||||
|
# securityCollections: |
||||
|
# - patterns: /provider/user/info |
||||
|
# - authRoles: users |
||||
|
# securityCollections: |
||||
|
# - patterns: /consumer/user/list |
||||
|
# - authRoles: test |
||||
|
# securityCollections: |
||||
|
# - patterns: /provider/user/list |
||||
|
|
||||
|
# hystrix.command.default.execution.timeout.enabled: false |
Загрузка…
Ссылка в новой проблеме