升级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

@@ -1,13 +1,8 @@
spring:
cloud:
config:
profile: dev #启用环境名称
label: master #分支名称
name: demo #配置文件名称
nacos:
discovery:
enabled: true
service-id: mall-config
eureka:
client:
service-url:
defaultZone: http://localhost:8001/eureka/
server-addr: http://localhost:8848
config:
server-addr: http://localhost:8848
file-extension: yaml