Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
a2fe8a0e
Commit
a2fe8a0e
authored
Aug 08, 2013
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actuator README accuracy
parent
f645b039
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
README.md
spring-boot-actuator/README.md
+8
-10
No files found.
spring-boot-actuator/README.md
View file @
a2fe8a0e
...
...
@@ -105,16 +105,14 @@ endpoint. An endpoint can be implemented as a Spring MVC
}
You can launch that straight away using the Spring Boot CLI
(without the
`@EnableAutoConfiguration`
and even without the import
statements that your IDE will add if you are using one), or you can
use the main method to launch it from your project jar. Just add a
`start-class`
in the properties section of the
`pom`
above pointing to
the fully qualified name of your
`SampleController`
, e.g.
<properties>
<start-class>com.mycompany.sample.SampleController</start-class>
</properties>
You can use the main method to launch it from your project jar. You
can also launch that straight using the Spring Boot CLI (without
the
`@EnableAutoConfiguration`
and even without the import statements
that your IDE will add if you are using one), if you just add
```
@Grab("org.springframework.boot:spring-boot-starter-actuator:{{project.version}}")
```
and package and run:
...
...
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