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
71c0fdd2
Commit
71c0fdd2
authored
May 13, 2013
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add service wrappers as main theme
parent
ad307678
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
README.md
README.md
+10
-1
No files found.
README.md
View file @
71c0fdd2
...
...
@@ -53,7 +53,7 @@ You need to build from source for now, but when it's done instructions will look
Hello World!
## What? It's Groovy then? or like Grails? or
another
Roo?
## What? It's Groovy then? or like Grails? or Roo?
There is a command line tool that uses Groovy underneath so that we
can present simple snippets that can just run just like the slimline
...
...
@@ -130,6 +130,15 @@ configuration, management endpoints, an audit abstraction, and more.
If you want to switch off the built in features, or extend or replace
them, it makes that really easy as well.
### Service Wrappers and Deployability
Spring Bootstrap helps you to take that last step from finishing a
development iteration to getting the code running in production.
Without having to think too much about it, other than choosing your
deployment environment (CentOS, Ubuntu, Windows etc) you should be
able to stand up an instance, or multiple instances, of your component
and have them fit seamlessly into the operating system environment.
### Spring Bootstrap Starters
Spring Bootstrap Starters are a set of convenient dependency
...
...
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