File tree 3 files changed +6
-6
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas/src/docs/asciidoc
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 83
83
<configuration >
84
84
<backend >html</backend >
85
85
<doctype >book</doctype >
86
+ <logHandler >
87
+ <outputToConsole >true</outputToConsole >
88
+ <failIf >
89
+ <severity >DEBUG</severity > (2)
90
+ </failIf >
91
+ </logHandler >
86
92
</configuration >
87
93
</execution >
88
94
</executions >
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ Andy Wilkinson;
13
13
RESTful Notes is a RESTful web service for creating and storing notes. It uses hypermedia
14
14
to describe the relationships between resources and to allow navigation between them.
15
15
16
- [[getting-started]]
17
- = Getting started
18
-
19
16
20
17
21
18
[[getting-started-running-the-service]]
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ Andy Wilkinson;
13
13
RESTful Notes is a RESTful web service for creating and storing notes. It uses hypermedia
14
14
to describe the relationships between resources and to allow navigation between them.
15
15
16
- [[getting-started]]
17
- = Getting started
18
-
19
16
20
17
21
18
[[getting-started-running-the-service]]
You can’t perform that action at this time.
0 commit comments