瀏覽代碼

Add link to execute the process in a browser IDE (Codenvy)

It's nice to see all the steps that we have to do, but it requires for example
- JDK 1.8 or later
- Gradle 2.3+ or Maven 3.0+
- git to clone the project or download and extract a zip file

whereas here, by using the following button, we only have to click on it ("Workspace Developer" button)
then we can try and develop spring rest service from the web browser.
Florent BENOIT 8 年之前
父節點
當前提交
201351892c
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      README.adoc

+ 3
- 0
README.adoc 查看文件

@@ -10,6 +10,9 @@ projects: [spring-framework]
10 10
 :icons: font
11 11
 :source-highlighter: prettify
12 12
 
13
+image:http://beta.codenvy.com/factory/resources/codenvy-contribute.svg["Codenvy Developer Workspace", link="http://beta.codenvy.com/f?id=9fq0busbm3tz7i8c"]
14
+
15
+
13 16
 This guide walks you through the process of creating a "hello world" link:/understanding/REST[RESTful web service] with Spring.
14 17
 
15 18
 == What you'll build