浏览代码

Polishing

Matt Raible 7 年前
父节点
当前提交
9393ea1a80
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1
    3
      DEMO.md

+ 1
- 3
DEMO.md 查看文件

@@ -13,9 +13,7 @@ http https://start.spring.io/starter.zip \/
13 13
 dependencies==data-jpa,data-rest,h2,web,devtools,security,stormpath -d
14 14
 ```
15 15
 
16
-Run the application with `./mvnw spring-boot:run`.
17
-
18
-Create a `Beer` entity class in `src/main/java/com/example/beer`. 
16
+Run the application with `./mvnw spring-boot:run`. Create a `Beer` entity class in `src/main/java/com/example/beer`. 
19 17
 
20 18
 → **boot-entity**
21 19