We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3937a3c commit 85fc938Copy full SHA for 85fc938
README.md
@@ -32,13 +32,17 @@ spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
32
## Como Rodar o Projeto
33
1. Clone o repositório:
34
```sh
35
- git clone https://github.com/seu-usuario/seu-repositorio.git
+ git clone https://github.com/VavaHelper/Vava-API.git
36
```
37
2. Acesse o diretório do projeto:
38
39
- cd seu/repositorio
+ cd Vava-API
40
41
-3. Compile e execute o projeto:
+3. Trocar branch para DSV no projeto:
42
+ ```sh
43
+ git checkout development
44
+ ```
45
+4. Compile e execute o projeto:
46
47
mvn spring-boot:run
48
0 commit comments