提交 a8a87a95 编写于 作者: M Mao

添加原文链接

上级 56bf0a44
......@@ -179,3 +179,4 @@ Open `localhost:8080` in your favorite web browser. You should see the following
Hello World!
```
原文链接: https://docs.spring.io/spring-boot/docs/2.6.4/reference/html/getting-started.html#getting-started.installing
......@@ -81,4 +81,6 @@ You should see some output that looks very similar to this:
The last couple of lines here tell us that Spring has started. Spring Boot’s embedded Apache Tomcat server is acting as a webserver and is listening for requests on `localhost` port `8080`. Open your browser and in the address bar at the top enter http://localhost:8080/hello. You should get a nice friendly response like this:
![quick-img3-afa0a1fe446db8e3c8c7a8d9ca532d23](./quickstart_img/quick-img3-afa0a1fe446db8e3c8c7a8d9ca532d23.png)
\ No newline at end of file
![quick-img3-afa0a1fe446db8e3c8c7a8d9ca532d23](./quickstart_img/quick-img3-afa0a1fe446db8e3c8c7a8d9ca532d23.png)
原文链接: https://spring.io/quickstart
\ No newline at end of file
......@@ -20,4 +20,6 @@ Spring Boot supports the following embedded servlet containers:
| Jetty 10.0 | 4.0 |
| Undertow 2.0 | 4.0 |
You can also deploy Spring Boot applications to any servlet 3.1+ compatible container.
\ No newline at end of file
You can also deploy Spring Boot applications to any servlet 3.1+ compatible container.
原文链接: https://docs.spring.io/spring-boot/docs/2.6.4/reference/html/getting-started.html#getting-started.system-requirements
\ No newline at end of file
......@@ -54,4 +54,6 @@ Integrate with your enterprise. React to business events. Act on your streaming
## Batch
Automated tasks. Offline processing of data at a time to suit you.
\ No newline at end of file
Automated tasks. Offline processing of data at a time to suit you.
原文链接: https://spring.io/why-spring
\ No newline at end of file
......@@ -179,3 +179,4 @@ $ spring run app.groovy
Hello World!
```
原文链接: https://docs.spring.io/spring-boot/docs/2.6.4/reference/html/getting-started.html#getting-started.installing
......@@ -81,4 +81,6 @@ mvnw spring-boot:run
这里的最后几行告诉我们春天已经开始了。Spring Boot 的嵌入式 Apache Tomcat 服务器充当 Web 服务器,并正在侦听`localhost`port上的请求`8080`。打开浏览器,在顶部的地址栏中输入[http://localhost:8080/你好](http://localhost:8080/hello). 你应该得到一个很好的友好回应,如下所示:
![quick-img3-afa0a1fe446db8e3c8c7a8d9ca532d23](./quickstart_img/quick-img3-afa0a1fe446db8e3c8c7a8d9ca532d23.png)
\ No newline at end of file
![quick-img3-afa0a1fe446db8e3c8c7a8d9ca532d23](./quickstart_img/quick-img3-afa0a1fe446db8e3c8c7a8d9ca532d23.png)
原文链接: https://spring.io/quickstart
\ No newline at end of file
......@@ -20,4 +20,6 @@ Spring Boot 支持以下嵌入式 servlet 容器:
| Jetty 10.0 | 4.0 |
| Undertow 2.0 | 4.0 |
您还可以将 Spring Boot 应用程序部署到任何 servlet 3.1+ 兼容容器。
\ No newline at end of file
您还可以将 Spring Boot 应用程序部署到任何 servlet 3.1+ 兼容容器。
原文链接: https://docs.spring.io/spring-boot/docs/2.6.4/reference/html/getting-started.html#getting-started.system-requirements
\ No newline at end of file
......@@ -54,4 +54,6 @@ Spring 的异步、非阻塞架构意味着您可以从计算资源中获得更
## Batch
自动化任务。一次离线处理数据以适合您。
\ No newline at end of file
自动化任务。一次离线处理数据以适合您。
原文链接: https://spring.io/why-spring
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册