Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kolorobot committed Oct 5, 2014
1 parent ec37d90 commit 6f4170e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
build
.idea
*.ids
*.iml
*.ipr
*.iws
4 changes: 4 additions & 0 deletions README.md
@@ -0,0 +1,4 @@
Spring Boot PetClinic API
=========================

Spring Boot project with the use of Spring Data REST to expose a business model of Spring's PetClinic application over REST.
18 changes: 0 additions & 18 deletions settings.gradle
@@ -1,19 +1 @@
/*
* This settings file was auto generated by the Gradle buildInit task
* by 'mezza9' at '02.10.14 22:14' with Gradle 2.1
*
* The settings file is used to specify which projects to include in your build.
* In a single project build this file can be empty or even removed.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user guide at http://gradle.org/docs/2.1/userguide/multi_project_builds.html
*/

/*
// To declare projects as part of a multi-project build use the 'include' method
include 'shared'
include 'api'
include 'services:webservice'
*/

rootProject.name = 'spring-boot-petclinic-api'

0 comments on commit 6f4170e

Please sign in to comment.