升级Spring Cloud Hoxton & Alibaba,认证授权改用Oauth2。

This commit is contained in:
macro
2020-08-15 10:51:40 +08:00
parent d004888a10
commit dae82f62ed
258 changed files with 4671 additions and 3092 deletions

View File

@@ -0,0 +1,13 @@
server:
port: 8401
management:
endpoints:
web:
exposure:
include: "*"
feign:
okhttp:
enabled: true
ribbon:
ConnectTimeout: 3000 #服务请求连接超时时间(毫秒)
ReadTimeout: 3000 #服务请求处理超时时间(毫秒)

View File

@@ -0,0 +1,11 @@
spring:
cloud:
nacos:
discovery:
server-addr: http://localhost:8848
config:
server-addr: http://localhost:8848
file-extension: yaml
logging:
level:
root: debug

View File

@@ -0,0 +1,11 @@
spring:
cloud:
nacos:
discovery:
server-addr: http://nacos-registry:8848
config:
server-addr: http://nacos-registry:8848
file-extension: yaml
logging:
level:
root: info

View File

@@ -0,0 +1,5 @@
spring:
profiles:
active: dev
application:
name: mall-auth

Binary file not shown.