Spring Boot Mutimodule 할 때 설정 주의할 부분

2.x.x
//bootRun.enabled = false
bootJar.enabled = false
jar.enabled = true

apply plugin: ‘io.spring.dependency-management’
apply plugin: ‘application’
mainClassName = ‘sc.micro.app.FileServiceApplication’

1.5.x
bootRepackage.enabled = false
jar.enabled = true

Leave a Reply

Your email address will not be published. Required fields are marked *

 characters available