Skip to content

Commit c85002f

Browse files
author
YunaiV
committed
增加 tars 的计划~
最近在花时间写 onemall 美滋滋。 坐等 spring boot 2.4.X 版本,进行一个大版本的更新~
1 parent 6702671 commit c85002f

File tree

2 files changed

+3
-1
lines changed
  • lab-68-spring-security-oauth/lab-68-demo21-resource-server-on-sso

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
* [《芋道 Spring Boot SOFARPC 入门》](http://www.iocoder.cn/Spring-Boot/SOFARPC/?github) 对应 [lab-62](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-62)
7474
* [《芋道 Spring Boot Motan 入门》](http://www.iocoder.cn/Spring-Boot/Motan/?github) 对应 [lab-63](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-63)
7575
* 《芋道 Spring Boot RSocket 入门》计划中...
76+
* 《芋道 Spring Boot Tars 入门》计划中...
7677

7778
## 数据访问
7879

@@ -155,6 +156,7 @@
155156

156157
* [《芋道 Spring Boot 日志集成 Logging 入门》](http://www.iocoder.cn/Spring-Boot/Logging/?github) 对应 [lab-37](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-37)
157158
* [《芋道 Spring Boot 日志平台 ELK + Filebeat 入门》](http://www.iocoder.cn/Spring-Boot/ELK/?github) 对应 [lab-38](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-38)
159+
* 《芋道 Spring Boot 日志平台 Loki 入门》计划中...
158160

159161
## 链路追踪
160162

lab-68-spring-security-oauth/lab-68-demo21-resource-server-on-sso/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>lab-68-demo21-resource-server</artifactId>
12+
<artifactId>lab-68-demo21-resource-server-on-sso</artifactId>
1313

1414
<properties>
1515
<!-- 依赖相关配置 -->

0 commit comments

Comments
 (0)