Skip to content

Commit

Permalink
-rename titles
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyg210 committed Jun 3, 2023
1 parent cad2274 commit b8e03c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ $ tflocal apply
What we're doing here is just passing an environmental variable to let the Lambda
know this is the `dev` environment.

### Running the backend
### Starting the backend

After that, the Spring Boot application needs to start using the dev profile (make sure you're in
the
Expand All @@ -226,6 +226,7 @@ root folder):
```
$ mvn spring-boot:run -Dspring-boot.run.profiles=dev
```
### Using the application

Go back to `localhost:3000` and a new list will be available; notice that the functionalities of
the application have not changed.
Expand Down

0 comments on commit b8e03c9

Please sign in to comment.