当前位置:网站首页>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')
}
边栏推荐
- Don't miss it. New media operates 15 treasure official account to share
- 手把手带你入门 API 开发
- nifi从入门到实战(保姆级教程)——身份认证
- mysql学习1:安装mysql
- I.MX6ULL启动方式
- Time management understood after being urged to work at home
- 最大路径和问题(摘樱桃问题)
- Safe landing practice of software supply chain under salesforce containerized ISV scenario
- 私藏干货分享:关于企业架构中如何进行平台化
- Interview shock 60: what will cause MySQL index invalidation?
猜你喜欢
动态规划【四】(计数类dp)例题:整数划分
一个有趣的网络掩码的实验
[tcapulusdb knowledge base] tcapulusdb doc acceptance - transaction execution introduction
How to modify a node_ Files in modules
StarCraft's Bug King ia retired for 2 years to engage in AI, and lamented that it was inferior
亚马逊测评掉评、留不上评是怎么回事呢?要如何应对?
[tcapulusdb knowledge base] tcapulusdb doc acceptance - table creation approval introduction
MapReduce实战小案例(自定义排序、二次排序、分组、分区)
Shell script learning notes
Jwas: a Bayesian based GWAS and GS software developed by Julia
随机推荐
MapReduce practical cases (customized sorting, secondary sorting, grouping, zoning)
R语言使用epiDisplay包的followup.plot函数可视化多个ID(病例)监测指标的纵向随访图、使用stress.labels参数在可视化图像中为强调线添加标签信息
AUTOCAD——三种修剪方式
Don't miss it. New media operates 15 treasure official account to share
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
[tcapulusdb knowledge base] tcapulusdb operation and maintenance doc introduction
threejs的环境光+点光源+平行光源+球面光 以及hepler理解+阴影()
MIT6.031 软件构造 Reading7阅读笔记Designing Specifications(设计规范)
On ticheck
Popular science of device review: popular science of innovative medical device series - sternum plate products
StarCraft's Bug King ia retired for 2 years to engage in AI, and lamented that it was inferior
Unity Shader学习(二)第一个Shader
How to modify a node_ Files in modules
Wechat applet payment password input
How histrix works
Usage of rxjs mergemap
Topic37——64. 最小路径和
The R language uses the follow up The plot function visualizes the longitudinal follow-up map of multiple ID (case) monitoring indicators, and uses stress The labels parameter adds label information t
Interview shock 60: what will cause MySQL index invalidation?
Nvme2.0 protocol - new features