Skip to content

Instantly share code, notes, and snippets.

@glaforge
Created June 4, 2014 07:28
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glaforge/c44f439974b631a384e9 to your computer and use it in GitHub Desktop.
Save glaforge/c44f439974b631a384e9 to your computer and use it in GitHub Desktop.
Super lean Grails 3.0 micro-services coming!
@Grab("com.h2database:h2:1.3.173")
import grails.persistence.*
@Entity
@Resource(uri='/books')
class Book {
String title
}
@kevintanhongann
Copy link

Still in the middle of exploring the Grails web-micro profile. since there is no project structure like how Gradle has, I'm kinda lost. Any pointers on how should I explore even further?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment