Add service wrappers as main theme
This commit is contained in:
parent
ad3076784d
commit
71c0fdd22d
11
README.md
11
README.md
|
@ -53,7 +53,7 @@ You need to build from source for now, but when it's done instructions will look
|
||||||
Hello World!
|
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
|
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
|
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
|
If you want to switch off the built in features, or extend or replace
|
||||||
them, it makes that really easy as well.
|
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
|
||||||
|
|
||||||
Spring Bootstrap Starters are a set of convenient dependency
|
Spring Bootstrap Starters are a set of convenient dependency
|
||||||
|
|
Loading…
Reference in New Issue