当前位置:网站首页>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')
}
边栏推荐
- 盘点一些好用且小众的 Markdown 编辑器
- What is the TCP 3-time handshake process?
- Self taught ADT and OOP
- [on Nacos] get started quickly
- How to find the movie and TV clips with the same lines? These 8 movies search for artifact, and find the corresponding segment in one line
- 关于枚举类的两种用法
- MapReduce principle analysis (in-depth source code)
- Research Report on the overall scale, major manufacturers, major regions, products and application segments of hydraulic torque in the global market in 2022
- 【TcaplusDB知识库】TcaplusDB-tcapsvrmgr工具介绍(二)
- Excel中输入整数却总是显示小数,如何调整?
猜你喜欢
面试突击60:什么情况会导致 MySQL 索引失效?
动态规划【四】(计数类dp)例题:整数划分
Safe landing practice of software supply chain under salesforce containerized ISV scenario
Private dry goods sharing: how to implement platform in Enterprise Architecture
Interview shock 60: what will cause MySQL index invalidation?
Neo4j:入门基础(一)之安装与使用
Unlock the secret of C language key words (issue 6)
Nifi from introduction to practice (nanny level tutorial) - identity authentication
$15.8 billion! 2021 the world's top15 most profitable hedge fund giant
I.MX6ULL启动方式
随机推荐
Four memory areas (stack, heap, global, code area)
MIT6.031 软件构造 Reading7阅读笔记Designing Specifications(设计规范)
Mit6.031 software construction7 reading notesdesigning specifications
Histrix工作原理
自学ADT和OOP
Nifi from introduction to practice (nanny level tutorial) - identity authentication
C # WPF realizes undo redo function
解压 .log.gz 文件
R语言fpc包的dbscan函数对数据进行密度聚类分析、plot函数可视化聚类图
uniapp下拉弹层选择框效果demo(整理)
threejs的环境光+点光源+平行光源+球面光 以及hepler理解+阴影()
Topic37——64. Minimum path sum
How histrix works
面试突击60:什么情况会导致 MySQL 索引失效?
R语言使用epiDisplay包的dotplot函数通过点图的形式可视化不同区间数据点的频率、使用by参数指定分组参数可视化不同分组的点图分布、使用dot.col参数指定分组数据点的颜色
Interview shock 60: what will cause MySQL index invalidation?
mysql学习1:安装mysql
How to participate in openharmony code contribution
Tidb 6.0: making Tso more efficient tidb Book rush
怎么找相同台词的影视片段?这8个电影搜索神器,一句台词找到对应片段