1 Star 0 Fork 0

周恩财/m-notification-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
geticsen 提交于 2022-01-20 22:41 . 完善消息中心模板内容
allprojects {
group 'com.mtask'
apply plugin: 'java'
apply plugin: 'idea'
version '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
}
subprojects {
apply plugin: 'java'
apply plugin: 'idea'
repositories {
mavenLocal()
maven { url 'https://maven.aliyun.com/repository/public/' }
mavenCentral()
}
ext {
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.5.4'
implementation 'org.xerial:sqlite-jdbc:3.36.0.1'
implementation 'com.github.gwenn:sqlite-dialect:0.1.0'
implementation "org.springframework.boot:spring-boot-starter-amqp:2.5.5"
implementation 'org.springframework.boot:spring-boot-starter-web'
//AOP
compile group: 'org.springframework.boot', name: 'spring-boot-starter-aop', version: '2.4.2'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-freemarker', version: '2.5.6'
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.4.0'
annotationProcessor 'org.projectlombok:lombok:1.18.20'
compileOnly 'org.projectlombok:lombok:1.18.20'
}
version = '1.0'
jar {
manifest.attributes provider: 'gradle'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/encai/m-notification-server.git
git@gitee.com:encai/m-notification-server.git
encai
m-notification-server
m-notification-server
master

搜索帮助