wangwei %!s(int64=7) %!d(string=hai) anos
pai
achega
b8d338320c

+ 0 - 12
.gitignore

@@ -1,12 +0,0 @@
-.project
-.classpath
-.settings
-target/
-.idea/
-*.iml
-*test/
-# Package Files #
-*.jar
-logs/
-
-

+ 17 - 0
.project

@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>examcloud-task</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
+	</natures>
+</projectDescription>

+ 0 - 0
examcloud-task-starter/.logs/interface/task.interface.log


+ 0 - 0
examcloud-task-starter/.logs/task/task.log


+ 0 - 16
examcloud-task-starter/.springBeans

@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beansProjectDescription>
-	<version>1</version>
-	<pluginVersion><![CDATA[3.9.4.201804120850-RELEASE]]></pluginVersion>
-	<configSuffixes>
-		<configSuffix><![CDATA[xml]]></configSuffix>
-	</configSuffixes>
-	<enableImports><![CDATA[false]]></enableImports>
-	<configs>
-		<config>java:cn.com.qmth.examcloud.task.starter.TaskApp</config>
-	</configs>
-	<autoconfigs>
-	</autoconfigs>
-	<configSets>
-	</configSets>
-</beansProjectDescription>

+ 0 - 27
examcloud-task-starter/target/classes/application.properties

@@ -1,27 +0,0 @@
-spring.profiles.active=dev
-spring.application.name=EXAMCLOUD-TASK
-server.port=8011
-
-$rmp.ctr.task=/api/ctr/task/
-$rmp.cloud.task=/api/cloud/task/
-
-spring.datasource.validation-query=SELECT 1 FROM DUAL
-spring.datasource.test-on-borrow=true
-
-spring.http.multipart.max-file-size=50Mb
-spring.http.multipart.max-request-size=50Mb
-
-spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
-spring.jackson.time-zone=GMT+8
-
-spring.jpa.show-sql=true
-spring.jpa.hibernate.ddl-auto=update
-app.oe.examcontrol.session.expire=30
-app.oe.examcontrol.session.captureCycle=300
-
-hystrix.command.default.execution.timeout.enabled=false
-hystrix.threadpool.default.coreSize = 500
-
-feign.httpclient.enabled=false
-feign.okhttp.enabled=true
-