Skip to content

Commit

Permalink
README.md now fits to the version; Changes Spring Boot version to 1.0…
Browse files Browse the repository at this point in the history
….0-SNAPSHOT
  • Loading branch information
Christoph Nagel committed Jan 22, 2014
1 parent 4e4233a commit 808d6e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
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.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 808d6e3

Please sign in to comment.