Commit 092ba6ee authored by Philip Riecks's avatar Philip Riecks

update expose-git-information-actuator README and pom

parent 91c16c25
# Codebase for the blog post [#HOWTO: Expose git information with Spring Boot’s Actuator](https://rieckpil.de/howto-expose-git-information-with-spring-boots-actuator/)
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`
5. Open the browser on `http://localhost:8080/actuator/info`
\ No newline at end of file
......@@ -46,8 +46,14 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>build-info</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment