代码拉取完成,页面将自动刷新
同步操作将从 如花/如花外卖点餐系统_餐饮商城 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
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'
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。