From 6ca7dca9942e314eb11b83c88be4e72ba5549a57 Mon Sep 17 00:00:00 2001 From: "shengzhaoli.shengz" Date: Tue, 31 Oct 2023 23:15:10 +0800 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a18059..e2eaaed 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Base on SpringBoot spring.datasource.*是-数据库连接相关配置 spring.thymeleaf.*是-Spring MVC thymeleaf相关配置 server.port是8080服务运行端口号 - spring.security.oauth2.authorizationserver.issuer是jwtOAuth2 issuer, 生产环境配置对外访问完整地址 + spring.security.oauth2.authorizationserver.issuer是OAuth2 issuer, 生产环境配置对外访问完整地址 spring.application.name是应用组件名称