|
@@ -1,20 +0,0 @@
|
|
|
-package cn.com.qmth.examcloud.core.basic.starter;
|
|
|
-
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.stereotype.Component;
|
|
|
-
|
|
|
-import cn.com.qmth.examcloud.web.config.SystemProperties;
|
|
|
-
|
|
|
-@Component
|
|
|
-public class Tester {
|
|
|
-
|
|
|
- @Autowired
|
|
|
- SystemProperties systemProperties;
|
|
|
-
|
|
|
- public void test() {
|
|
|
-
|
|
|
- String tempDataDir = systemProperties.getTempDataDir();
|
|
|
- System.out.println(tempDataDir);
|
|
|
- }
|
|
|
-
|
|
|
-}
|