Skip to content

Commit

Permalink
re-struct spring-cloud sample
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelliao committed Aug 31, 2024
1 parent 950d549 commit e8918cb
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions source/books/java/240-springcloud/20-project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@ java.lang.IllegalStateException: Unable to load config data from 'configserver:h

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-1)或[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-1/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-1)或[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-1/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-1">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-1">GitHub</a>

### 小结

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ public class AssetServiceTest {

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-2)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-2/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-2)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-2/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-2">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-2">GitHub</a>

### 小结

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ OrderID = SequenceID * 10000 + today("YYmm")

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-3)或[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-3/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-3)或[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-3/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-3">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-3">GitHub</a>

### 小结

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ class MatchEngineGroup {

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-4)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-4/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-4)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-4/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-4">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-4">GitHub</a>

### 小结

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ freeze = order.price * order.quantity * (1 + order.feeRate)

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-5)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-5/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-5)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-5/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-5">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-5">GitHub</a>

### 小结

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ class TradingEngineServiceTest {

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-6)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-6/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-6)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-6/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-6">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-6">GitHub</a>

### 小结

Expand Down
4 changes: 2 additions & 2 deletions source/books/java/240-springcloud/40-sequence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ public class SequenceHandler {

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-7)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-7/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-7)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-7/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-7">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-7">GitHub</a>

### 小结

Expand Down
4 changes: 2 additions & 2 deletions source/books/java/240-springcloud/50-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ Authorization: Bearer 5NPtI6LW...

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-8)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-8/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-8)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-8/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-8">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-8">GitHub</a>

### 小结

Expand Down
4 changes: 2 additions & 2 deletions source/books/java/240-springcloud/60-quotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ String getBars(String key, long start, long end) {

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-9)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-9/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-9)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-9/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-9">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-9">GitHub</a>

### 小结

Expand Down
4 changes: 2 additions & 2 deletions source/books/java/240-springcloud/70-push/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@ public void broadcast(String text) {

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-10)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-10/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-10)[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-10/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-10">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-10">GitHub</a>

### 小结

Expand Down
4 changes: 2 additions & 2 deletions source/books/java/240-springcloud/80-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ public class ProxyFilter {

### 参考源码

可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/step-11)或[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/step-11/)下载源码。
可以从[GitHub](https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-11)或[Gitee](https://gitee.com/liaoxuefeng/warpexchange/tree/main/step-by-step/step-11/)下载源码。

<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/step-11">GitHub</a>
<a class="git-explorer" href="https://github.com/michaelliao/warpexchange/tree/main/step-by-step/step-11">GitHub</a>

### 小结

Expand Down

0 comments on commit e8918cb

Please sign in to comment.