Skip to content

Commit

Permalink
Merge branch 'alexcheng1982:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiguohe authored Oct 24, 2023
2 parents a1400d4 + 17a507f commit 8cec39d
Show file tree
Hide file tree
Showing 115 changed files with 522 additions and 1,680 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down
34 changes: 16 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@

Happyride is a microservice application written using Spring Boot.

<a href="https://www.buymeacoffee.com/alexcheng1982" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R5R3FD1UD)
---

本应用是拉勾教育[《云原生微服务架构实战精讲》](https://kaiwu.lagou.com/course/courseInfo.htm?courseId=64)专栏的示例应用。目前该专栏的内容已经更新完毕。

![课程](cloud-native.jpg)

在该课程之后,与云原生和微服务相关的内容,会更新在[我的B站](https://space.bilibili.com/1094957548)
与云原生和微服务相关的内容,会更新在[我的B站](https://space.bilibili.com/1094957548)

除了B站之外,还可以关注:

Expand All @@ -24,6 +19,9 @@ Happyride is a microservice application written using Spring Boot.

# 更新日志

* 2023-01-08 更新至 Spring Boot `3.0.1`
* 2022-11-30 更新至 Spring Boot `3.0.0`
* 2022-11-28 更新至 Spring Boot `2.7.6`
* 2022-05-31 更新至 Spring Boot `2.7.0`
* 2022-05-04 更新至 Spring Boot `2.6.7`
* 2022-04-03 更新至 Spring Boot `2.6.6`
Expand All @@ -46,17 +44,17 @@ Happyride is a microservice application written using Spring Boot.

下表是应用的服务及其说明。

| 服务名称 | Maven模块 | API本地端口 |
|---|---|---|
| 乘客管理服务 | `passenger-service` | `8500` |
| 行程管理服务 | `trip-service` | `8501` |
| 地址管理服务 | `address-service` | `8502` |
| 司机管理服务 | `driver-service` | `8503` |
| 行程派发服务 | `dispatch-service` ||
| 支付服务 | `payment-service` | `8504` |
| 行程验证服务 | `payment-service` | `8505` |
| 历史行程服务 | `trip-history-service` | `8506` |
| 乘客管理界面的GraphQL服务 | `passenger-web-api-graphql` | `8610` |
| 服务名称 | Maven模块 | API本地端口 |
|------------------|-----------------------------|---------|
| 乘客管理服务 | `passenger-service` | `8500` |
| 行程管理服务 | `trip-service` | `8501` |
| 地址管理服务 | `address-service` | `8502` |
| 司机管理服务 | `driver-service` | `8503` |
| 行程派发服务 | `dispatch-service` | |
| 支付服务 | `payment-service` | `8504` |
| 行程验证服务 | `payment-service` | `8505` |
| 历史行程服务 | `trip-history-service` | `8506` |
| 乘客管理界面的GraphQL服务 | `passenger-web-api-graphql` | `8610` |

在Minikube中访问服务,首先显示乘客API服务的URL:

Expand Down
135 changes: 0 additions & 135 deletions example-projects/address-service-quarkus/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8cec39d

Please sign in to comment.