64.2 Gradle依赖管理
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.thymeleaf:thymeleaf-spring4")
compile("nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect")
}dependencies {
compile("org.thymeleaf:thymeleaf-spring4:2.1.1.RELEASE")
}Last updated
Was this helpful?