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
c1344683
Commit
c1344683
authored
Aug 03, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup sample links in README.md
parent
1db22aca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
14 deletions
+27
-14
README.md
README.md
+27
-14
No files found.
README.md
View file @
c1344683
...
...
@@ -173,18 +173,31 @@ Java samples are available in [spring-boot-samples](spring-boot-samples/#) and s
be build with maven and run use
`java -jar target/<sample>.jar`
. The following java
samples are provided:
*
[
spring-boot-sample-simple
](
spring-boot-sample-simple
)
- A simple command line application
*
[
spring-boot-sample-tomcat
](
spring-boot-sample-tomcat
)
- Embedded Tomcat
*
[
spring-boot-sample-jetty
](
spring-boot-sample-jetty
)
- Embedded Jetty
*
[
spring-boot-sample-actuator
](
spring-boot-sample-actuator
)
- Simple REST service with production features
*
[
spring-boot-sample-actuator-ui
](
spring-boot-sample-actuator-ui
)
- A web UI example with production features
*
[
spring-boot-sample-web-ui
](
spring-boot-sample-web-ui
)
- A thymeleaf web application
*
[
spring-boot-sample-web-static
](
spring-boot-sample-web-static
)
- A web application service static files
*
[
spring-sample-batch
](
spring-sample-batch
)
- Define and run a Batch job in a few lines of code
*
[
spring-sample-data-jpa
](
spring-sample-data-jpa
)
- Spring Data JPA + Hibernate + HSQLDB
*
[
spring-boot-sample-integration
](
spring-boot-sample-integration
)
- A spring integration application
*
[
spring-boot-sample-profile
](
spring-boot-sample-profile
)
- example showing Spring's
`@profile`
support
*
[
spring-boot-sample-traditional
](
spring-boot-sample-traditional
)
- shows more traditional WAR packaging
*
[
spring-boot-sample-simple
](
spring-boot-samples/spring-boot-sample-simple
)
-
A simple command line application
*
[
spring-boot-sample-tomcat
](
spring-boot-samples/spring-boot-sample-tomcat
)
-
Embedded Tomcat
*
[
spring-boot-sample-jetty
](
spring-boot-samples/spring-boot-sample-jetty
)
-
Embedded Jetty
*
[
spring-boot-sample-actuator
](
spring-boot-samples/spring-boot-sample-actuator
)
-
Simple REST service with production features
*
[
spring-boot-sample-actuator-ui
](
spring-boot-samples/spring-boot-sample-actuator-ui
)
-
A web UI example with production features
*
[
spring-boot-sample-web-ui
](
spring-boot-samples/spring-boot-sample-web-ui
)
-
A thymeleaf web application
*
[
spring-boot-sample-web-static
](
spring-boot-samples/spring-boot-sample-web-static
)
-
A web application service static files
*
[
spring-sample-batch
](
spring-boot-samples/spring-sample-batch
)
-
Define and run a Batch job in a few lines of code
*
[
spring-sample-data-jpa
](
spring-boot-samples/spring-sample-data-jpa
)
-
Spring Data JPA + Hibernate + HSQLDB
*
[
spring-boot-sample-integration
](
spring-boot-samples/spring-boot-sample-integration
)
-
A spring integration application
*
[
spring-boot-sample-profile
](
spring-boot-samples/spring-boot-sample-profile
)
-
example showing Spring's
`@profile`
support
*
[
spring-boot-sample-traditional
](
spring-boot-samples/spring-boot-sample-traditional
)
-
shows more traditional WAR packaging
(but also executable using
`java -jar`
)
*
[
spring-boot-sample-xml
](
spring-boot-sample-xml
)
- Example show how Spring Boot can be mixed with traditional
XML configuration (we generally recommend using Java
`@Configuration`
whenever possible)
*
[
spring-boot-sample-xml
](
spring-boot-samples/spring-boot-sample-xml
)
-
Example show how Spring Boot can be mixed with traditional XML configuration (we
generally recommend using Java
`@Configuration`
whenever possible)
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