当前位置:网站首页>build.gradle 配置
build.gradle 配置
2022-06-27 11:56:00 【瑾琳】
buildscript {
ext {
springBootVersion = '2.0.4.RELEASE'
}
// 自定义 Thymeleaf 和 Thymeleaf Layout Dialect 的版本
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/'}
}
//依赖关系
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')
}
边栏推荐
- Detailed explanation of interprocess communication
- Youboxun attended the openharmony technology day to create a new generation of secure payment terminals
- 树莓派 3b+ 学习
- Online bidding of Oracle project management system
- Usage of rxjs mergemap
- Excel中输入整数却总是显示小数,如何调整?
- 自学ADT和OOP
- "24 of the 29 students in the class successfully went to graduate school" rushed to the hot search! Where are the remaining five?
- Minimum editing distance (linear DP writing method)
- In 2021, the global professional liability insurance revenue was about USD 44740million, and it is expected to reach USD 55980million in 2028. From 2022 to 2028, the CAGR was 3.5%
猜你喜欢

Minimum editing distance (linear DP writing method)

AUTOCAD——三种修剪方式
![Dynamic programming [III] (interval DP) stone merging](/img/a4/82c4d63b8df5d092a96b80dd497147.jpg)
Dynamic programming [III] (interval DP) stone merging

JSP自定义标签

nifi从入门到实战(保姆级教程)——身份认证

MapReduce practical cases (customized sorting, secondary sorting, grouping, zoning)

Drive to APasS! Use Mingdao cloud to manage F1 events

Secyun won the "2022 AI analysis · it operation and maintenance vendor panorama report" as the representative vendor of intelligent operation and maintenance aiops Market

Drive to APasS!使用明道云管理F1赛事

面试突击60:什么情况会导致 MySQL 索引失效?
随机推荐
"24 of the 29 students in the class successfully went to graduate school" rushed to the hot search! Where are the remaining five?
MapReduce实战小案例(自定义排序、二次排序、分组、分区)
The GLM function of R language is used to build a binary logistic regression model (the family parameter is binomial), and the AIC function is used to compare the AIC values of the two models (simple
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
Operators are also important if you want to learn the C language well
[tcapulusdb knowledge base] tcapulusdb doc acceptance - transaction execution introduction
Topic38——56. 合并区间
Daily leetcode force deduction (21~25)
pull request
R语言dplyr包arrange函数排序dataframe数据、通过多个数据列排序dataframe数据、指定第一个字段降序排序,第二字段不指定(默认升序排序)
On ticheck
器审科普:创新医疗器械系列科普——胸骨板产品
想学好C语言,操作符也很重要
Building crud applications in golang
干货!零售业智能化管理会遇到哪些问题?看懂这篇文章就够了
C# wpf 实现撤销重做功能
数学知识——博弈论(巴什博奕、尼姆博奕、威佐夫博奕)思路及例题
记一次 .NET 某物管后台服务 卡死分析
R语言fpc包的dbscan函数对数据进行密度聚类分析、plot函数可视化聚类图
Dynamic programming [III] (interval DP) stone merging