Skip to content

Commit bc71f60

Browse files
authored
Update README.md
1 parent 27e02b7 commit bc71f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ At this point the application is ready and you can run it via your IDE or from t
3737
mvn spring-boot:run -e -X
3838
```
3939

40-
You can launch your browser and go to the [Swagger start page](https://localhost:5001/swagger/index.html).
40+
You can launch your browser and go to the [Swagger start page](https://localhost:8080/swagger-ui/index.html).
4141

4242
## Running The Tests
4343

@@ -51,10 +51,10 @@ mvn test
5151

5252
## Project Setup Notes
5353

54-
This project was based on the standard link:https://spring.io/guides/gs/rest-service/[Spring Boot project]. The HealthCheckController is provided as a santity check and is used in unit tests.
54+
This project was based on the standard [Spring Boot project](https://spring.io/guides/gs/rest-service/). The HealthCheckController is provided as a santity check and is used in unit tests.
5555

5656
A fully list of packages are referenced in the pom.xml file
5757

5858
## Conclusion
5959

60-
Setting up a basic REST API in Spring Boot with Couchbase is fairly simple. This project when run with Couchbase Server 7 installed creates a bucket in Couchbase, an index for our parameterized link:https://docs.couchbase.com/java-sdk/current/howtos/n1ql-queries-with-sdk.html[N1QL query], and showcases basic CRUD operations needed in most applications.
60+
Setting up a basic REST API in Spring Boot with Couchbase is fairly simple. This project when run with Couchbase Server 7 installed creates a bucket in Couchbase, an index for our parameterized [N1QL query](https://docs.couchbase.com/java-sdk/current/howtos/n1ql-queries-with-sdk.html), and showcases basic CRUD operations needed in most applications.

0 commit comments

Comments
 (0)