[JAVA] Participated in JJUG CCC 2019 FALL

Overview

What is JJUG

Details

Venue atmosphere

IMG_1508.JPG

IMG_20191123_105343.jpg

IMG_20191123_105353.jpg

IMG_20191123_115404.jpg

Impressions

The first step for someone who has a complete understanding of Gradle to get confused

Task execution order

        task taskA {
        		    doFirst { println "Task A" }
        		}
        		
        		task taskB {
        		    dependsOn "taskA"
        		    doFirst { println "Task B" }
        		}
Do it after clean when building
        plugins { id "java" }
        build.mustRunAfter clean

How to implement file copy

File selection

open! Domain Driven Design Door

motivation

What is DDD

Distillation of knowledge

Component

Recommended Posts

Participated in JJUG CCC 2019 FALL
I participated in JJUG CCC 2019 fall
I participated in JJUG CCC 2019 Fall.
I participated in JJUG CCC 2019 Spring
JJUG CCC 2018 Fall Repo
[* Java *] I participated in JJUG CCC 2019 Spring
JJUG CCC Fall 2018 document summary
JJUG CCC 2019 Fall slide list
JJUG CCC 2017 Fall Report Java
JJUG CCC 2019 Fall materials summarized
[* Java *] I went to JJUG CCC 2017 Fall
JJUG CCC Spring 2018 memo
JJUG CCC 2018 Spring Repo
I participated in Kubernetes Internal # 2
I went to JJUG CCC 2019 Spring