File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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
9591use the parameter ` -Dtest=<class>#<method> `
9692
9793- for example the integration test. creating a user:
You can’t perform that action at this time.
0 commit comments