@@ -164,17 +164,17 @@ When you run your application, you should see output similar to the following:
164164
165165====
166166----
167- == Customers found with findAll():
167+ Customers found with findAll():
168168Customer[id=1, firstName='Jack', lastName='Bauer']
169169Customer[id=2, firstName='Chloe', lastName='O'Brian']
170170Customer[id=3, firstName='Kim', lastName='Bauer']
171171Customer[id=4, firstName='David', lastName='Palmer']
172172Customer[id=5, firstName='Michelle', lastName='Dessler']
173173
174- == Customer found with findById(1L):
174+ Customer found with findById(1L):
175175Customer[id=1, firstName='Jack', lastName='Bauer']
176176
177- == Customer found with findByLastName('Bauer'):
177+ Customer found with findByLastName('Bauer'):
178178Customer[id=1, firstName='Jack', lastName='Bauer']
179179Customer[id=3, firstName='Kim', lastName='Bauer']
180180----
@@ -193,7 +193,7 @@ with little effort, you might want to read link:/guides/gs/accessing-data-rest[A
193193
194194The following guides may also be helpful:
195195
196- * https://spring.io/guides/gs/accessing-data-rest[Accessing JPA Data with REST]
196+ * https://spring.io/guides/gs/accessing-data-rest/ [Accessing JPA Data with REST]
197197* https://spring.io/guides/gs/accessing-data-gemfire/[Accessing Data with Gemfire]
198198* https://spring.io/guides/gs/accessing-data-mongodb/[Accessing Data with MongoDB]
199199* https://spring.io/guides/gs/accessing-data-mysql/[Accessing data with MySQL]
0 commit comments