gradle.properties 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. PERSAGY_URL = http://www.persagy.cn
  2. PERSAGY_KOTLIN_VERSION = 1.4.173
  3. PERSAGY_SERVICE_VERSION = 1.4.228
  4. PERSAGY_SERVICE_VERSION_LAST = 1.4.164
  5. #\u5907\u4EFD\u8C03\u6574\u52A8\u6001\u8868\u660E\uFF0C\u66F4\u65B0\u7F6E\u7A7A\u5217\u8868\u524D
  6. #PERSAGY_KOTLIN_VERSION = 1.4.121
  7. #PERSAGY_SERVICE_VERSION = 1.4.164
  8. #PERSAGY_KOTLIN_VERSION = 1.4.129
  9. #PERSAGY_SERVICE_VERSION = 1.4.164
  10. #PERSAGY_KOTLIN_VERSION = 1.4.128
  11. #PERSAGY_SERVICE_VERSION = 1.4.165
  12. SYBOTAN_URL = http://www.sybotan.com
  13. SYBOTAN_KOTLIN_VERSION = 1.4.109
  14. SYBOTAN_SERVICE_VERSION = 1.4.148
  15. SAGA_URL = http://www.sagaloud.cn
  16. SAGA_KOTLIN_VERSION = 1.4.108
  17. SAGA_SERVICE_VERSION = 1.4.140
  18. MAVEN_REPO_NEXUS_RELEASE_URL = http://47.93.132.139:8081/nexus/content/repositories/persagy/
  19. MAVEN_REPO_NEXUS_PUBLIC_URL = http://47.93.132.139:8081/nexus/content/groups/public/
  20. MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
  21. MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/
  22. MAVEN_REPO_SNAPSHOT_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-snapshots/
  23. MAVEN_REPO_GEO_SNAPSHOT_URL = https://repo.osgeo.org/repository/release/
  24. NEXUS_USERNAME = admin
  25. NEXUS_PASSWORD = 123qwe!@#
  26. LICENSE_NAME = The Apache Software License, Version 2.0
  27. LICENSE_URL = http://www.apache.org/licenses/LICENSE-2.0.txt
  28. DEVELOPER_ID = Andy.Sybotan
  29. DEVELOPER_NAME = Andy
  30. JVM_TARGET = 1.8
  31. JDK_VERSION = 8
  32. # https://mvnrepository.com/artifact/org.postgresql/postgresql
  33. POSTGRESQL_VERSION=42.2.5
  34. ## https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss
  35. #ALIYUN_OSS_VERSION=3.3.0
  36. # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
  37. COMMONS_LANG_VERSION=3.8
  38. # https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-gradle-plugin
  39. DOKKA_VERSION=0.9.16
  40. # https://mvnrepository.com/artifact/com.alibaba/druid
  41. DRUID_VERSION=1.1.10
  42. # https://mvnrepository.com/artifact/com.android.tools.build/gradle
  43. GRADLE_VERSION=3.3.2
  44. # https://mvnrepository.com/artifact/org.jline/jline
  45. JLINE_VERSION=3.9.0
  46. # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
  47. JUNIT_VERSION=4.3.1
  48. # https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter
  49. MYBATIS_VERSION=1.3.2
  50. # https://mvnrepository.com/artifact/mysql/mysql-connector-java
  51. MYSQL_VERSION=8.0.12
  52. # https://mvnrepository.com/artifact/com.alibaba/fastjson
  53. FAST_JSON_VERSION=1.2.83
  54. # https://mvnrepository.com/artifact/com.alibaba/fastjson
  55. MYBATIS_CORE_VERSION=3.5.6
  56. # mybatis_plus
  57. MYBATIS_PLUS_VERSION=3.4.2
  58. # mybatis_plus
  59. MYBATIS_PLUS_DYNAMIC_VERSION=3.4.1
  60. # https://mvnrepository.com/artifact/com.alibaba/fastjson
  61. XSTREAM_VERSION=1.4.18
  62. # https://mvnrepository.com/artifact/javax.persistence/persistence-api
  63. PERSISTENCE_VERSION=1.0.2
  64. # https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml
  65. POI_VERSION=4.1.2
  66. # https://mvnrepository.com/artifact/org.slf4j/slf4j-api
  67. SLF4J_VERSION=1.7.25
  68. LOG4J_VERSION=2.15.0
  69. ## https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
  70. #SPRING_BOOT_VERSION=2.1.3.RELEASE
  71. ## https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-eureka-server
  72. #SPRING_CLOUD_VERSION=1.4.6.RELEASE
  73. ## https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-config
  74. #SPRING_CLOUD_CONFIG_VERSION=2.0.2.RELEASE
  75. # https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui
  76. SWAGGER_VERSION=2.9.2
  77. # https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator
  78. VALIDATOR_VERSION=6.0.13.Final
  79. ## https://mvnrepository.com/artifact/com.google.zxing/core
  80. #ZXING_VERSION=3.3.0
  81. ## https://repo.spring.io/milestone
  82. #SPRING_CLOUD_DEPENDENCIES=Finchley.RELEASE
  83. ## https://mvnrepository.com/artifact/org.testng/testng
  84. #TESTNG_VERSION=6.14.3
  85. ## https://mvnrepository.com/artifact/com.google.protobuf/protobuf-lite
  86. #PROTOBUF_VERSION = 3.7.0
  87. ##/ https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
  88. #PROTOBUF_GRADLE_VERSION = 0.8.8
  89. ## https://mvnrepository.com/artifact/io.netty/netty-all
  90. #NETTY_VERSION = 4.1.33.Final
  91. # https://mvnrepository.com/artifact/com.google.zxing/core
  92. ZXING_VERSION = 3.3.1
  93. # https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss
  94. ALIYUN_OSS_VERSION=3.8.0
  95. # https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-jdk8
  96. KOTLIN_VERSION = 1.3.61
  97. # https://mvnrepository.com/artifact/io.netty/netty-all
  98. NETTY_VERSION = 4.1.44.Final
  99. # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-lite
  100. PROTOBUF_VERSION = 3.11.1
  101. # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
  102. PROTOBUF_GRADLE_VERSION = 0.8.10
  103. # https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
  104. SPRING_BOOT_VERSION = 2.2.3.RELEASE
  105. # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-eureka-server
  106. SPRING_CLOUD_VERSION = 1.4.7.RELEASE
  107. # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-config
  108. SPRING_CLOUD_CONFIG_VERSION = 2.2.0.RELEASE
  109. # https://repo.spring.io/milestone
  110. SPRING_CLOUD_DEPENDENCIES = Hoxton.RELEASE
  111. # https://mvnrepository.com/artifact/org.springframework.kafka/spring-kafka
  112. SPRING_KAFKA_VERSION = 2.4.0.RELEASE
  113. # https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter
  114. SPRING_DRUID_VERSION = 1.1.21
  115. # https://mvnrepository.com/artifact/com.github.xiaoymin/swagger-bootstrap-ui
  116. SWAGGER_BOOTSTRAP_VERSION = 1.9.6
  117. # https://mvnrepository.com/artifact/org.testng/testng
  118. TESTNG_VERSION = 7.1.0
  119. LOMBOK_VERSION = 1.16.16
  120. # https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-ui
  121. SPRING_DOC_VERSION = 1.4.8
  122. # https://mvnrepository.com/artifact/com.credibledoc/plantuml-core
  123. PLANTUML_VERSION = 1.0.24
  124. DIGITAL_START_VERSION = 1.0.0
  125. PERSAGY_INTERGERT_VERSION = 1.0.0
  126. APM_SKYWALKING_VERSION = 8.3.0