You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					89 lines
				
				2.8 KiB
			
		
		
			
		
	
	
					89 lines
				
				2.8 KiB
			| 
											11 months ago
										 | ########################################################### | ||
|  | # 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=8.1.40 | ||
|  | 
 | ||
|  | ########################################################### | ||
|  | # platform | ||
|  | ########################################################### | ||
|  | platform_group=io.sc | ||
|  | #platform_version=8.1.44 | ||
|  | platform_version=8.2.0 | ||
|  | #platform_plugin_version=8.1.44 | ||
|  | platform_plugin_version=8.2.0 | ||
|  | #platform_core_frontend_version=8.1.217 | ||
|  | platform_core_frontend_version=8.2.6 | ||
|  | 
 | ||
|  | ########################################################### | ||
|  | # 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 | ||
|  | ooxml_schemas_version=1.4 | ||
|  | opencsv_version=5.7.1 | ||
|  | oshi_version=6.4.2 | ||
|  | p6spy_version=3.9.1 | ||
|  | pinyin4j_version=2.5.1 | ||
|  | poi_version=5.2.5 | ||
|  | schemacrawler_version=16.19.11 | ||
|  | 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=/Users/wangshaoping/wspsc/website/www/books/ |