2 Star 12 Fork 1

落花人独立/DPI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
落花人独立 提交于 2020-04-18 17:05 . websocket + 图片上传
plugins {
id 'org.springframework.boot' version '2.1.7.RELEASE'
id 'io.spring.dependency-management' version '1.0.7.RELEASE'
id 'java'
}
group = 'org.ddd'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
repositories {
//mavenCentral()
// �޸IJֿ��ַΪ���ڲֿ�
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web' // spring boot ����
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.0' // mybatis ����
compile group: 'org.springframework.boot', name: 'spring-boot-starter-aop', version: '2.1.8.RELEASE'
compile("org.springframework.boot:spring-boot-starter-websocket")
runtimeOnly 'mysql:mysql-connector-java' // mysql ����
testImplementation 'org.springframework.boot:spring-boot-starter-test' // spring boot ����
compile "org.springframework.boot:spring-boot-starter-thymeleaf"
compile group: 'org.apache.directory.studio', name: 'org.apache.commons.lang', version: '2.6'
// https://mvnrepository.com/artifact/com.alibaba/fastjson
compile group: 'com.alibaba', name: 'fastjson', version: '1.2.58'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Majic_seven/DPI.git
[email protected]:Majic_seven/DPI.git
Majic_seven
DPI
DPI
master

搜索帮助