Skip to content

Commit 39fcb86

Browse files
committed
docs: readme
1 parent ce7928a commit 39fcb86

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# Features
3636

3737
<p align="center">
38-
<a href="https://throyer-crud-api.herokuapp.com" target="blank"><img src="./assets/images/features.png" alt="Tecnologias" /></a>
38+
<a href="https://throyer-crud-api.herokuapp.com" target="blank"><img src="./assets/images/features.jpeg" alt="Tecnologias" /></a>
3939
</p>
4040

4141

@@ -67,14 +67,10 @@ This project was started with [Spring Initializr](https://start.spring.io/#!type
6767
```shell
6868
mvn -f api/pom.xml install -DskipTests
6969
```
70-
- run the application
70+
- run the application (available at: [localhost:8080](http://localhost:8080))
7171
```shell
7272
mvn -f api/pom.xml spring-boot:run
7373
```
74-
- to access the application:
75-
- http://localhost:8080
76-
- http://localhost:8080/api
77-
- http://localhost:8080/docs
7874
- running the tests
7975
```shell
8076
mvn -f api/pom.xml test
@@ -91,7 +87,7 @@ This project was started with [Spring Initializr](https://start.spring.io/#!type
9187
## Tests
9288
[![Coverage Status](https://coveralls.io/repos/github/Throyer/springboot-api-crud/badge.svg?branch=master)](https://coveralls.io/repos/github/Throyer/springboot-api-crud/badge.svg?branch=master)
9389

94-
## Running a specific test
90+
### Running a specific test
9591
use the parameter `-Dtest=<class>#<method>`
9692

9793
- for example the integration test. creating a user:

assets/images/features.jpeg

73.4 KB
Loading

0 commit comments

Comments
 (0)