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
Alternatively, you can run the app without packaging it using -
30
+
31
+
```bash
32
+
mvn spring-boot:run
33
+
```
34
+
35
+
The server will start at <http://localhost:8080>.
36
+
37
+
## Running integration tests
38
+
39
+
The project also contains integration tests for all the Rest APIs. You can run the integration tests by going to the root directory of the project typing `mvn test` in the terminal.
0 commit comments