|
|
|
###########################################################
|
|
|
|
# gradle configuration
|
|
|
|
###########################################################
|
|
|
|
org.gradle.daemon=true
|
|
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
|
|
org.gradle.parallel=true
|
|
|
|
org.gradle.configureondemand=true
|
|
|
|
systemProp.org.gradle.internal.publish.checksums.insecure=true
|
|
|
|
|
|
|
|
###########################################################
|
|
|
|
# Maven private repository configuration
|
|
|
|
###########################################################
|
|
|
|
repository_url=http://58.33.84.154:8000/repository/maven-public/
|
|
|
|
|
|
|
|
repository_release_url=http://58.33.84.154:8000/repository/maven-releases/
|
|
|
|
repository_release_username=admin
|
|
|
|
repository_release_password=admin
|
|
|
|
|
|
|
|
repository_snapshot_url=http://58.33.84.154:8000/repository/maven-snapshots/
|
|
|
|
repository_snapshot_username=admin
|
|
|
|
repository_snapshot_password=admin
|
|
|
|
|
|
|
|
###########################################################
|
|
|
|
# java
|
|
|
|
###########################################################
|
|
|
|
java_version=8
|
|
|
|
java_encoding=UTF-8
|
|
|
|
|
|
|
|
###########################################################
|
|
|
|
# application
|
|
|
|
###########################################################
|
|
|
|
application_group=io.sc
|
|
|
|
application_version=1.0.1
|
|
|
|
|
|
|
|
###########################################################
|
|
|
|
# platform
|
|
|
|
###########################################################rwa_version
|
|
|
|
platform_group=io.sc
|
|
|
|
platform_version=8.1.44
|
|
|
|
platform_plugin_version=8.1.44
|
|
|
|
platform_core_frontend_version=8.1.263
|
|
|
|
|
|
|
|
###########################################################
|
|
|
|
# product dependencies version
|
|
|
|
###########################################################
|
|
|
|
rule_engine_version=3.10.2
|
|
|
|
rwa_version=1.0.2
|
|
|
|
|
|
|
|
###########################################################
|
|
|
|
# dependencies version
|
|
|
|
###########################################################
|
|
|
|
asciidoctor_version=3.3.2
|
|
|
|
commons_fileupload_version=1.4
|
|
|
|
commons_io_version=2.11.0
|
|
|
|
cxf_version=3.2.7
|
|
|
|
dm_hibernate_version=8.1.2.192
|
|
|
|
flowable_version=6.8.0
|
|
|
|
guava_version=31.1-jre
|
|
|
|
ipaddress_version=5.4.0
|
|
|
|
jackson_version=2.13.5
|
|
|
|
jasypt_version=2.1.2
|
|
|
|
jboss_logging_version=3.3.2.Final
|
|
|
|
jcommander_version=1.82
|
|
|
|
jdbc_dm_version=8.1.2.192
|
|
|
|
jib_version=3.3.2
|
|
|
|
jjwt_version=0.9.1
|
|
|
|
jxls_jexcel_version=1.0.7
|
|
|
|
jxls_poi_version=1.0.15
|
|
|
|
jxls_version=2.4.6
|
|
|
|
mybatis_version=3.5.10
|
|
|
|
opencsv_version=5.7.1
|
|
|
|
oshi_version=6.4.2
|
|
|
|
p6spy_version=3.9.1
|
|
|
|
pinyin4j_version=2.5.1
|
|
|
|
poi_ooxml_version=3.17
|
|
|
|
schemacrawler_version=16.19.11
|
|
|
|
#schemacrawler_version=14.21.02
|
|
|
|
spring_boot_version=2.7.18
|
|
|
|
spring_cloud_alibaba_version=2021.0.4.0
|
|
|
|
spring_cloud_context_version=3.1.4
|
|
|
|
spring_cloud_version=2021.0.8
|
|
|
|
spring_security_oauth2_authorization_server_version=0.4.5
|
|
|
|
spring_statemachine_version=3.2.1
|
|
|
|
webjars_locator_weblogic_version=0.10
|
|
|
|
zip4j_version=2.11.5
|
|
|
|
|
|
|
|
###########################################################
|
|
|
|
# asciidoc deploy directory,the path must end with '/'
|
|
|
|
###########################################################
|
|
|
|
asciidoc_deploy_dir=D:/work/path/nginx-1.16.1/web/
|