java_ci_example/README.md

16 lines
499 B
Markdown
Raw Permalink Normal View History

2021-04-02 10:36:24 +08:00
2021-08-19 20:54:58 +08:00
## 操作步骤11
2021-04-02 10:36:24 +08:00
#### 1. 在线修改信息 src/main/java/controller/HelloWorld.java 文件信息内容,如下图:
2021-04-02 10:40:58 +08:00
![](https://forge.educoder.net/api/attachments/1663370?raw=true)
2021-04-02 10:36:24 +08:00
#### 2. 修改成功后,会自动出发构建、自动测试、自动部署
2021-08-19 20:54:58 +08:00
![](https://forge.educoder.net/api/attachments/1663375?raw=true)
2021-04-02 10:36:24 +08:00
#### 3. 构建成功后,访问如下链接,即可查看效果
2021-04-02 09:34:17 +08:00
http://106.75.236.63:8080/demo/hello
2021-04-02 10:36:24 +08:00
2021-08-19 20:54:58 +08:00
![](https://forge.educoder.net/api/attachments/1663377?raw=true)