We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad2274 commit b8e03c9Copy full SHA for b8e03c9
README.md
@@ -217,7 +217,7 @@ $ tflocal apply
217
What we're doing here is just passing an environmental variable to let the Lambda
218
know this is the `dev` environment.
219
220
-### Running the backend
+### Starting the backend
221
222
After that, the Spring Boot application needs to start using the dev profile (make sure you're in
223
the
@@ -226,6 +226,7 @@ root folder):
226
```
227
$ mvn spring-boot:run -Dspring-boot.run.profiles=dev
228
229
+### Using the application
230
231
Go back to `localhost:3000` and a new list will be available; notice that the functionalities of
232
the application have not changed.
0 commit comments