2015-06-01から1ヶ月間の記事一覧

grails doc --pdf で日本語を使う

Grails 2.5itext-2.0.8を使用しているため、itext-asianは古いものを使用する。とりあえず下記をダウンロードしてlibに入れる。 http://www.java2s.com/Code/JarDownload/iTextAsian/iTextAsian.jar.zipフォントキャッシュを書き換えてからgrails doc --pdf…

thymeleaf with grails 3.0.1

build.gradle dependencies { compile "org.springframework.boot:spring-boot-starter-logging" compile "org.springframework.boot:spring-boot-starter-actuator" compile "org.springframework.boot:spring-boot-autoconfigure" compile "org.springfram…