Ver Fonte

初始化

King há 8 meses atrás
pai
commit
27fae37d9d

+ 0 - 1
.gitignore

@@ -246,7 +246,6 @@ $RECYCLE.BIN/
 hs_err_pid*
 
 /tip-front/src/main/webapp/tc_ttp/common/i18n/
-/base/
 
 # jrebel files
 rebel.xml

+ 8 - 0
base/conf/datasource.properties

@@ -0,0 +1,8 @@
+tipDataSource.driverClassName=dm.jdbc.driver.DmDriver
+tipDataSource.url=jdbc:dm://139.159.191.75:7336?clobAsString=true&keyWords=reference
+tipDataSource.username=XIZANG_DUBAN_TEST
+tipDataSource.password=SYSDBA001
+tipDataSource.connectionTestQuery=select 1
+tipDataSource.minimumIdle=50
+tipDataSource.maximumPoolSize=500
+tipDataSource.connectionTimeout=300000

+ 9 - 0
base/conf/system.properties

@@ -0,0 +1,9 @@
+
+#bootMode(development|product|release|experience)
+#system.bootMode=product
+
+#max upload size 200*1024*1024 m
+system.maxUploadSize=320000000
+
+tc.version=V8.5_0619
+

BIN
base/index/Collaboration/segments_1


BIN
base/index/DataReport/segments_1


BIN
base/index/Matrix/segments_1


BIN
base/index/Task/segments_1