1 Star 0 Fork 22

雷少年/如花外卖点餐系统_餐饮商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
如花 提交于 2021-03-01 16:46 . v1.00
plugins {
id 'org.springframework.boot' version '2.4.3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
group = 'com.ruhua'
version = '0.0.1-SNAPSHOT'
description = 'java'
allprojects {
repositories {
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/repository/jcenter'}
}
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.4.1'
implementation 'org.springframework.boot:spring-boot-starter-validation:2.4.1'
implementation 'org.springframework.boot:spring-boot-starter-jdbc:2.4.1'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.4.1'
implementation 'org.springframework.boot:spring-boot-starter-data-redis:2.4.1'
implementation 'mysql:mysql-connector-java:8.0.22'
compile 'org.projectlombok:lombok:1.18.2'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:2.4.1'
implementation 'com.github.dozermapper:dozer-core:6.5.0'
implementation 'com.auth0:java-jwt:3.8.1'
implementation 'org.apache.httpcomponents:httpclient:4.5.3'
implementation 'com.alibaba:fastjson:1.2.73'
implementation 'org.apache.rocketmq:rocketmq-client:4.7.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.4.1'
}
java.sourceCompatibility = JavaVersion.VERSION_1_8
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
apply plugin: 'idea'
apply plugin: 'java'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
jar {
manifest{
attributes "Manifest-Version": 1.0,
"Main-Class": 'JavaApplication'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lei_junior/qycode_mail.git
git@gitee.com:lei_junior/qycode_mail.git
lei_junior
qycode_mail
如花外卖点餐系统_餐饮商城
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385