You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
= springboot-elasticsearch-thymeleaf
1
+
*= springboot-elasticsearch-thymeleaf*
2
2
3
3
The goal of this project is to implement an application called `product-app`. It consists of two https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/[`Spring Boot`] services: `product-api` (backend) and `product-ui` (frontend). Data will be stored in https://www.elastic.co/products/elasticsearch[`Elasticsearch`].
4
4
@@ -160,7 +160,7 @@ Below are the steps to start and run the applications using `Maven`. We will nee
160
160
|http://localhost:8761
161
161
162
162
|product-api
163
-
|http://localhost:9080/swagger-ui/index.html
163
+
|http://localhost:9080/swagger-ui.html
164
164
165
165
|product-ui
166
166
|http://localhost:9081
@@ -223,7 +223,7 @@ It should return something like
0 commit comments