-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md now fits to the version; Changes Spring Boot version to 1.0…
….0-SNAPSHOT
- Loading branch information
Christoph Nagel
committed
Jan 22, 2014
1 parent
4e4233a
commit 808d6e3
Showing
2 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
spring-skeleton | ||
=============== | ||
|
||
Spring-skeleton is a simple but solid bootstrap to work with the Java Spring framework. It's getting maintained by the core developer of [surpreso.com](http://www.surpreso.com) and introduces modern techniques to get the best from Spring. | ||
Spring-skeleton is now a tutorial for Spring Boot, which team build an easy to use bootstrapping project for the Java Spring project. | ||
|
||
A documentation for each development step is shown on the authors blog [Bits and Kites](http://bits-and-kites.blogspot.com/). | ||
|
||
At this time, the skeleton | ||
* loads the Spring context from configuration classes annotated by @Configuration | ||
* loads properties from the application.properties file | ||
A new step-by-step explanation is avaiable on the [Bits & Kites](http://bits-and-kites.blogspot.de/2014/01/spring-boot-example.html) blog. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters