当前位置:网站首页>build. Gradle configuration
build. Gradle configuration
2022-06-27 12:19:00 【Jinlin】
buildscript {
ext {
springBootVersion = '2.0.4.RELEASE'
}
// Customize Thymeleaf and Thymeleaf Layout Dialect Version of
ext['thymeleaf.version'] = '3.0.9.RELEASE'
ext['thymeleaf-layout-dialect.version'] = '2.3.0'
repositories {
//mavenCentral()
maven {url 'http://maven.aliyun.com/nexus/content/groups/public/'}
}
// Dependency relationship
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
group = 'com.gao'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
//mavenCentral()
maven {url 'http://maven.aliyun.com/nexus/content/groups/public/'}
}
dependencies {
// compile('org.springframework.boot:spring-boot-logging')
// compile('org.springframework.boot:spring-boot-starter')
//compile('org.springframework.boot:spring-boot-starter-data-jpa')
compile('org.springframework.boot:spring-boot-starter-thymeleaf')
compile('org.springframework.boot:spring-boot-starter-web')
testCompile('org.springframework.boot:spring-boot-starter-test')
}
边栏推荐
- C # WPF realizes undo redo function
- 深入理解 happens-before 原则
- 巅峰小店APP仿站开发玩法模式讲解源码分享
- In 2021, the global enhanced oil production surfactant revenue was about USD 202.3 million, and it is expected to reach USD 297.1 million in 2028
- MapReduce practical cases (customized sorting, secondary sorting, grouping, zoning)
- Unlock the secret of C language key words (issue 6)
- The DBSCAN function of FPC package in R language performs density clustering analysis on data, and the plot function visualizes the clustering graph
- Master formula
- Comment modifier Node Fichiers dans les modules
- MIT6.031 软件构造 Reading7阅读笔记Designing Specifications(设计规范)
猜你喜欢

亚马逊测评掉评、留不上评是怎么回事呢?要如何应对?

Research Report on the overall scale, major manufacturers, major regions, products and application segments of hydraulic torque in the global market in 2022

Histrix工作原理

Safe landing practice of software supply chain under salesforce containerized ISV scenario

Interview shock 60: what will cause MySQL index invalidation?

Nifi from introduction to practice (nanny level tutorial) - identity authentication

MySQL高阶语句(一)

动态规划【三】(区间dp)石子合并

Salesforce 容器化 ISV 场景下的软件供应链安全落地实践

What is the TCP 3-time handshake process?
随机推荐
Interview shock 60: what will cause MySQL index invalidation?
Usage of rxjs mergemap
Topic38——56. 合并区间
浅谈珂朵莉树
面试突击60:什么情况会导致 MySQL 索引失效?
想学好C语言,操作符也很重要
C # WPF realizes undo redo function
I.MX6ULL启动方式
Self taught ADT and OOP
esp32s3 IPERF例程测试 esp32s3吞吐量测试
手把手带你入门 API 开发
Secyun won the "2022 AI analysis · it operation and maintenance vendor panorama report" as the representative vendor of intelligent operation and maintenance aiops Market
Getting started with go web programming: validators
关于枚举类的两种用法
Maximum path and problem (cherry picking problem)
优博讯出席OpenHarmony技术日,全新打造下一代安全支付终端
This privatized deployed enterprise knowledge base makes telecommuting a zero distance
log4j.properties的配置详解
C# wpf 实现撤销重做功能
聊聊 Go 语言与云原生技术