diff --git a/expose-git-information-actuator/README.md b/expose-git-information-actuator/README.md index 9e69fc4f0c2fc6149eb7ee9d8b3e6d0fcc4d2dbb..8afb0fd8f9a7aa78ad93775225f483ec8a1fd902 100644 --- a/expose-git-information-actuator/README.md +++ b/expose-git-information-actuator/README.md @@ -5,5 +5,5 @@ Steps to run this application: 1. Clone this Git repository 2. Navigate to the folder `expose-git-information-actuator` 3. Build the project with `mvn clean package` -4. Run the application with `java -jar target/expose-git-information-actuator-0.0.1-SNAPSHOT.jar` +4. Run the application with `java -jar target/expose-git-information-actuator.jar` 5. Open the browser on `http://localhost:8080/actuator/info` \ No newline at end of file diff --git a/expose-git-information-actuator/pom.xml b/expose-git-information-actuator/pom.xml index 377f12c5e43f22588278d5eb0404d4afcc96789c..d32cbe15e623038b412a4ac8868a60e6d7be4ff7 100644 --- a/expose-git-information-actuator/pom.xml +++ b/expose-git-information-actuator/pom.xml @@ -42,6 +42,7 @@ + ${project.artifactId} org.springframework.boot