Skip to content

Commit

Permalink
Merge pull request #102 from SAP-samples/endresult-e2e-locally-run-up…
Browse files Browse the repository at this point in the history
…date

Endresult e2e locally run update
  • Loading branch information
AlexRieder committed Jul 5, 2023
2 parents 18aa4f7 + 83b923a commit 41ece04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/day2-operations/source/day2-ui/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
devServer: {
host: '0.0.0.0',
hot: true,
disableHostCheck: true,
allowedHosts: ['all'],
},
};
2 changes: 1 addition & 1 deletion documentation/meter/run-apps-locally/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Using Spring Boot you can configure properties using application.properties file
4. Use the following command if you go for the executive JAR file:
```
$ ./mvnw clean package
$ java -jar target/operations-service-0.0.1-SNAPSHOT.jar -Dspring.config.location="application.properties"
$ java -jar target/day2-service-0.0.1-SNAPSHOT.jar -Dspring.config.location="application.properties"
```

5. Check in the browser that the server is up and running by opening [http://localhost:8091/](http://localhost:8091/). You should get something like this:
Expand Down

0 comments on commit 41ece04

Please sign in to comment.