buildscript {
repositories {
maven {
url 'https://maven.aliyun.com/repository/gradle-plugin'
}
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.4.1'
}
} plugins {
id 'org.springframework.boot' version '2.4.1'
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
id 'java'
id 'idea'
} group = 'com.example'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8' configurations {
developmentOnly
runtimeClasspath {
extendsFrom developmentOnly
}
compileOnly {
extendsFrom annotationProcessor
}
} repositories {
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://maven.aliyun.com/repository/grails-core' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/central' }
mavenCentral()
} dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.activiti:activiti-spring-boot-starter:7.0.0.Beta2'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.mysql:mysql-connector-j'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
annotationProcessor 'org.projectlombok:lombok'
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation 'org.springframework.security:spring-security-test'
} test {
useJUnitPlatform()
}

最新文章

  1. IIS设置默认主页无效
  2. java获取cpu和内存
  3. C#中的线程二(Cotrol.BeginInvoke和Control.Invoke)
  4. unity3d 我的面试经历
  5. SQL SERVER安装序列号
  6. pygame for python3.3
  7. 恒天云技术分享系列2 - vlan管理GUI开发
  8. html5 画个圈
  9. 在spring 3.0中的@value
  10. ORACLE数据库学习之体系结构
  11. MyBatis Generator 自定义生成注释
  12. Centos 安装 mysql yum
  13. 延迟初始化Lazy
  14. 使用HtmlAgilityPack解析html
  15. 多种方法实现 python 线程池
  16. django中的字段类型
  17. Linux时间子系统(十四) tick broadcast framework
  18. wireshark 根据域名筛选
  19. 【spring】RestTemplate发送请求,请求第三方接口 的几种请求方式POST,GET,DELETE,PUSH
  20. Linux Samba安装与使用

热门文章

  1. .net core 阿里云接口之拷贝文件
  2. Backbone 网络-ResNet 论文解读
  3. Appium自动化(一)-window环境搭建详细教程
  4. [清华集训2016] Alice 和 Bob 又在玩游戏
  5. Art of Illusion 一款**的开源 3D 建模和渲染软件
  6. Django中admin的一些知识点
  7. python的常见问题解决
  8. [转载]python跨文件使用全局变量的实现
  9. ubuntu系统的虚机 迁移到大厂的云服务器 后发现 实例内网一直都是原虚机的内网IP,
  10. 设置点击事件时Unable to preventDefault inside passive event listener due to target being treated as passive