-
-
Save masanobuimai/65647 to your computer and use it in GitHub Desktop.
Grails:DynamicJasperの最も簡単な例
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
class Person { | |
def static reportable = true | |
def static reportFileName = 'person-report' | |
String name | |
Integer age | |
} |
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
http://localhost:8080/GRAILS_APPS/djReport?entity=person&reportFormat=XLS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment