4日目担当の null です。 デフォルトだと、 INFO レベルでいっぱいログが出るので、そのへんを制御する。 環境 Java openjdk 11.0.1 2018-10-16 Doma2 2.19.3 doma-spring-boot 1.1.1 Spring Boot 2.1.1 ソース(一部) buildscript { ext { springBootVersion = '2.1.1.RELEASE' } repositories { mavenCentral() } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") } } apply plugin: 'java' apply plugin: 'org.springframewo
