Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
blog-tutorials
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
測試專案
blog-tutorials
Commits
41987172
Commit
41987172
authored
Jun 02, 2018
by
Philip Riecks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
expose-git-information-actuator: remove version of jar file
parent
092ba6ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
expose-git-information-actuator/README.md
expose-git-information-actuator/README.md
+1
-1
expose-git-information-actuator/pom.xml
expose-git-information-actuator/pom.xml
+1
-0
No files found.
expose-git-information-actuator/README.md
View file @
41987172
...
...
@@ -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
expose-git-information-actuator/pom.xml
View file @
41987172
...
...
@@ -42,6 +42,7 @@
</dependencies>
<build>
<finalName>
${project.artifactId}
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment