264 Star 729 Fork 311

王元元 / springboot-activiti

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gradle.properties 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
王元元 提交于 2017-04-13 21:07 . init
rootProject.name=erp
profile=dev
assertj_core_version=3.5.2
awaility_version=1.7.0
commons_lang_version=3.4
commons_io_version=2.5
commons_fileupload_version=1.2.2
dropwizard_metrics_version=3.1.2
logstash_logback_encoder_version=4.7
javax_inject_version=1
javax_transaction_version=1.2
json_path_version=0.9.1
jackson_version=2.7.3
geronimo_javamail_1_4_mail_version=1.8.4
hibernate_entitymanager_version=4.3.11.Final
liquibase_slf4j_version=2.0.0
liquibase_core_version=3.4.2
liquibase_hibernate4_version=3.5
hibernate_validator_version=5.2.1.Final
metrics_spark_reporter_version=1.2
metrics_spring_version=3.1.2
spring_security_version=4.1.1.RELEASE
springfox_version=2.5.0
spring_boot_version=1.4.1.RELEASE
mysql_connector_java_version=5.1.36
h2_version=1.4.188
gatling_version=2.2.0
mapstruct_version=1.0.0.Final
## below are some of the gradle performance improvement settings that can be used as required, these are not enabled by default
## The Gradle daemon aims to improve the startup and execution time of Gradle.
## The daemon is enabled by default in Gradle 3+ setting this to false will disable this.
## TODO: disable daemon on CI, since builds should be clean and reliable on servers
## https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:ways_to_disable_gradle_daemon
## un comment the below line to disable the daemon
#org.gradle.daemon=false
## Specifies the JVM arguments used for the daemon process.
## The setting is particularly useful for tweaking memory settings.
## Default value: -Xmx1024m -XX:MaxPermSize=256m
## un comment the below line to override the daemon defaults
#org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
## When configured, Gradle will run in incubating parallel mode.
## This option should only be used with decoupled projects. More details, visit
## http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
## un comment the below line to enable parellel mode
#org.gradle.parallel=true
## Enables new incubating mode that makes Gradle selective when configuring projects.
## Only relevant projects are configured which results in faster builds for large multi-projects.
## http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:configuration_on_demand
## un comment the below line to enable the selective mode
#org.gradle.configureondemand=true
Java
1
https://gitee.com/wyy396731037/springboot-activiti.git
git@gitee.com:wyy396731037/springboot-activiti.git
wyy396731037
springboot-activiti
springboot-activiti
master

搜索帮助