Skip to content

Commit

Permalink
Replace package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Jul 31, 2017
1 parent 875ee9b commit 65e4a03
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# GORM-without-Grails
Using GORM without using Grails
# gorm-without-grails
Using gorm without using grails
2 changes: 1 addition & 1 deletion complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile('org.codehaus.groovy:groovy')

/** Add GORM */ //<3>
compile("org.grails:gorm-hibernate5-spring-boot:6.1.5.RELEASE")
compile("org.grails:gorm-hibernate5-spring-boot:6.1.6.RELEASE")
compile "org.hibernate:hibernate-core:5.1.0.Final"
compile "org.hibernate:hibernate-ehcache:5.1.0.Final"

Expand Down
6 changes: 3 additions & 3 deletions complete/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
springBootVersion=1.5.4.RELEASE
gormVersion=6.1.5
springBootVersion=1.5.6.RELEASE
gormVersion=6.1.6
gradleWrapperVersion=3.5.1
grailsVersion=N/A - Spring Boot Version: 1.5.4.RELEASE
grailsVersion=N/A - Spring Boot Version: 1.5.6.RELEASE
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package demo.domain

import demo.domain.Driver
import org.grails.orm.hibernate.HibernateDatastore
import spock.lang.Specification
import grails.gorm.transactions.Rollback
import spock.lang.AutoCleanup
import spock.lang.Shared


class DriverSpec extends Specification {

@Shared @AutoCleanup
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title=Build a Spring Boot application with GORM
subtitle=Learn how to build a Spring Boot application using GORM
authors=Ben Rhine
copyright=Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically. All guides are released with an ASLv2 license for the code, and Creative Commons license for the writing.
githubSlug=grails-guides/GORM-without-Grails
githubSlug=grails-guides/gorm-without-grails
githubBranch=master
tags=spring boot,backend,GORM, hibernate
category=Spring Boot + GORM
2 changes: 1 addition & 1 deletion initial/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.5.4.RELEASE'
springBootVersion = '1.5.6.RELEASE'
}
repositories {
mavenCentral()
Expand Down
Binary file modified src/main/resources/img/buildAndMetadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/img/dependency1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/img/dependency2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65e4a03

Please sign in to comment.