Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ This microservice is developed using Java and the Spring Boot framework, with My

Ensure that the following prerequisites are met before building the MMU service:

* JDK 1.8
* JDK 17
* Maven
* Redis
* Spring Boot v2
* Spring Boot v3
* MySQL

### Installation
Expand All @@ -47,7 +47,7 @@ To install the MMU module, please follow these steps:
4. Run the development server:
- Start the Redis server.
- Run the command `mvn spring-boot:run -DENV_VAR=local`.
5. Open your browser and access `http://localhost:8080/swagger-ui.html#!/` to view the Swagger API documentation.
5. Open your browser and access `http://localhost:8087/swagger-ui/index.html` to view the Swagger API documentation.

## Setting Up Commit Hooks

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mmu-api",
"version": "1.0.0",
"version": "3.6.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky",
Expand Down