Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkwhite-sh authored Nov 12, 2024
1 parent f714809 commit cbecee8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Java Spring Vulny is a simple application that combines the power and sophistica
## Building and Running in IDE/commandline
```shell script
# run the postgresql db so you can have SQLi
docker-compose up -d db
docker compose up -d db
# run the application in debug mode or run mode with the vm option to activate the profile
# -Dspring.profiles.active=postgresql

Expand All @@ -16,12 +16,12 @@ docker-compose up -d db

### Build
```shell script
docker-compose build
docker compose build
```

### Run docker
```shell script
docker-compose up -d
docker compose up -d
```

## Building and Running Without Docker
Expand Down Expand Up @@ -69,7 +69,7 @@ Once the app starts up, you can reach it at [https://localhost:9000](https://loc
You can log in to the application with the following credentials:

```
username: janesmith
username: user
password: password
```

Expand Down

0 comments on commit cbecee8

Please sign in to comment.