Skip to content

Commit e3f0119

Browse files
authored
Update README with new Spring Boot version and testing tools
Updated Spring Boot version and added Mockito to testing section. Included Swagger documentation link.
1 parent 1b23824 commit e3f0119

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ A REST-ful API designed to manage personal financial expenses and categories. Th
1212
## Tech Stack
1313

1414
- Language: Java 17
15-
- Framework: Spring Boot 3.5.6
15+
- Framework: Spring Boot 3.2.0
1616
- Data Access: Spring Data JPA
1717
- Database: PostgresSQL
18-
- Testing: JUnit 5
18+
- Testing: JUnit 5, Mockito
1919
- API Documentation: Springdoc OpenAPI (Swagger UI)
2020

2121
## Database Schema
@@ -55,4 +55,8 @@ Run the application using the Spring Boot Maven plugin:
5555
```bash
5656
./mvnw clean install
5757
./mvnw spring-boot:run
58-
```
58+
```
59+
60+
### Swagger Documentation:
61+
62+
[http://localhost:8080/swagger-ui/index.html#](http://localhost:8080/swagger-ui/index.html#)

0 commit comments

Comments
 (0)