Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
871ccd40
Commit
871ccd40
authored
Apr 01, 2020
by
王栋源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wdy
parent
3fc525e6
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
105 additions
and
157 deletions
+105
-157
alioss-java/.gitignore
+1
-0
alioss-java/.mvn/wrapper/MavenWrapperDownloader.java
+2
-2
alioss-java/.mvn/wrapper/maven-wrapper.jar
+0
-0
alioss-java/.mvn/wrapper/maven-wrapper.properties
+2
-2
alioss-java/mvnw
+4
-4
alioss-java/mvnw.cmd
+4
-4
alioss-java/pom.xml
+18
-4
alioss-java/src/main/java/com/example/aliossjava/AliossJavaApplication.java
+3
-3
alioss-java/src/main/java/com/example/aliossjava/uploadossapi.java
+47
-43
alioss-java/src/main/java/com/example/aliossjava/utilupload.java
+20
-10
alioss-java/src/main/resources/application.properties
+1
-1
alioss-java/src/test/java/com/example/aliossjava/AliossJavaApplicationTests.java
+2
-2
alioss-java/target/classes/application.properties
+1
-1
alioss-java/target/classes/com/example/demo/DemoApplication.class
+0
-0
alioss-java/target/classes/com/example/demo/Test.class
+0
-0
alioss-java/target/classes/com/example/demo/helloworld.class
+0
-0
alioss-java/target/demo-0.0.1-SNAPSHOT.jar
+0
-0
alioss-java/target/demo-0.0.1-SNAPSHOT.jar.original
+0
-0
alioss-java/target/maven-archiver/pom.properties
+0
-3
alioss-java/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+0
-3
alioss-java/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
+0
-3
alioss-java/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
+0
-1
alioss-java/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
+0
-1
alioss-java/target/surefire-reports/2019-12-10T14-02-33_671-jvmRun1.dump
+0
-0
alioss-java/target/surefire-reports/TEST-com.example.demo.DemoApplicationTests.xml
+0
-66
alioss-java/target/surefire-reports/com.example.demo.DemoApplicationTests.txt
+0
-4
alioss-java/target/test-classes/com/example/demo/DemoApplicationTests.class
+0
-0
No files found.
alioss-java/.gitignore
View file @
871ccd40
HELP.md
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/main/**
!**/src/test/**
!**/src/test/**
...
...
alioss-java/.mvn/wrapper/MavenWrapperDownloader.java
View file @
871ccd40
/*
/*
* Copyright 20
12-2019
the original author or authors.
* Copyright 20
07-present
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
@@ -20,7 +20,7 @@ import java.util.Properties;
...
@@ -20,7 +20,7 @@ import java.util.Properties;
public
class
MavenWrapperDownloader
{
public
class
MavenWrapperDownloader
{
private
static
final
String
WRAPPER_VERSION
=
"0.5.
5
"
;
private
static
final
String
WRAPPER_VERSION
=
"0.5.
6
"
;
/**
/**
* Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' is provided.
* Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' is provided.
*/
*/
...
...
alioss-java/.mvn/wrapper/maven-wrapper.jar
View file @
871ccd40
No preview for this file type
alioss-java/.mvn/wrapper/maven-wrapper.properties
View file @
871ccd40
distributionUrl
=
https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.
2/apache-maven-3.6.2
-bin.zip
distributionUrl
=
https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.
3/apache-maven-3.6.3
-bin.zip
wrapperUrl
=
https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.
5/maven-wrapper-0.5.5
.jar
wrapperUrl
=
https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.
6/maven-wrapper-0.5.6
.jar
alioss-java/mvnw
View file @
871ccd40
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Maven
2
Start Up Batch script
# Maven Start Up Batch script
#
#
# Required ENV vars:
# Required ENV vars:
# ------------------
# ------------------
...
@@ -212,9 +212,9 @@ else
...
@@ -212,9 +212,9 @@ else
echo
"Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
echo
"Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
fi
fi
if
[
-n
"
$MVNW_REPOURL
"
]
;
then
if
[
-n
"
$MVNW_REPOURL
"
]
;
then
jarUrl
=
"
$MVNW_REPOURL
/io/takari/maven-wrapper/0.5.
5/maven-wrapper-0.5.5
.jar"
jarUrl
=
"
$MVNW_REPOURL
/io/takari/maven-wrapper/0.5.
6/maven-wrapper-0.5.6
.jar"
else
else
jarUrl
=
"https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.
5/maven-wrapper-0.5.5
.jar"
jarUrl
=
"https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.
6/maven-wrapper-0.5.6
.jar"
fi
fi
while
IFS
=
"="
read
key value
;
do
while
IFS
=
"="
read
key value
;
do
case
"
$key
"
in
(
wrapperUrl
)
jarUrl
=
"
$value
"
;
break
;;
case
"
$key
"
in
(
wrapperUrl
)
jarUrl
=
"
$value
"
;
break
;;
...
@@ -246,7 +246,7 @@ else
...
@@ -246,7 +246,7 @@ else
else
else
curl
--user
$MVNW_USERNAME
:
$MVNW_PASSWORD
-o
"
$wrapperJarPath
"
"
$jarUrl
"
-f
curl
--user
$MVNW_USERNAME
:
$MVNW_PASSWORD
-o
"
$wrapperJarPath
"
"
$jarUrl
"
-f
fi
fi
else
else
if
[
"
$MVNW_VERBOSE
"
=
true
]
;
then
if
[
"
$MVNW_VERBOSE
"
=
true
]
;
then
echo
"Falling back to using Java to download"
echo
"Falling back to using Java to download"
...
...
alioss-java/mvnw.cmd
View file @
871ccd40
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
@REM ----------------------------------------------------------------------------
@REM ----------------------------------------------------------------------------
@REM ----------------------------------------------------------------------------
@REM ----------------------------------------------------------------------------
@REM Maven
2
Start Up Batch script
@REM Maven Start Up Batch script
@REM
@REM
@REM Required ENV vars:
@REM Required ENV vars:
@REM JAVA_HOME - location of a JDK home dir
@REM JAVA_HOME - location of a JDK home dir
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
@REM Optional ENV vars
@REM Optional ENV vars
@REM M2_HOME - location of maven2's installed home dir
@REM M2_HOME - location of maven2's installed home dir
@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key
stroke before ending
@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending
@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
@REM e.g. to debug Maven itself, use
@REM e.g. to debug Maven itself, use
@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
...
@@ -120,7 +120,7 @@ SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
...
@@ -120,7 +120,7 @@ SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.
5/maven-wrapper-0.5.5
.jar"
set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.
6/maven-wrapper-0.5.6
.jar"
FOR /F "tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO (
FOR /F "tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO (
IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B
IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B
...
@@ -134,7 +134,7 @@ if exist %WRAPPER_JAR% (
...
@@ -134,7 +134,7 @@ if exist %WRAPPER_JAR% (
)
)
) else (
) else (
if not "%MVNW_REPOURL%" == "" (
if not "%MVNW_REPOURL%" == "" (
SET DOWNLOAD_URL="%MVNW_REPOURL%/io/takari/maven-wrapper/0.5.
5/maven-wrapper-0.5.5
.jar"
SET DOWNLOAD_URL="%MVNW_REPOURL%/io/takari/maven-wrapper/0.5.
6/maven-wrapper-0.5.6
.jar"
)
)
if "%MVNW_VERBOSE%" == "true" (
if "%MVNW_VERBOSE%" == "true" (
echo Couldn't find %WRAPPER_JAR%, downloading it ...
echo Couldn't find %WRAPPER_JAR%, downloading it ...
...
...
alioss-java/pom.xml
View file @
871ccd40
...
@@ -5,13 +5,13 @@
...
@@ -5,13 +5,13 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.2.
1
.RELEASE
</version>
<version>
2.2.
6
.RELEASE
</version>
<relativePath/>
<!-- lookup parent from repository -->
<relativePath/>
<!-- lookup parent from repository -->
</parent>
</parent>
<groupId>
com.example
</groupId>
<groupId>
com.example
</groupId>
<artifactId>
demo
</artifactId>
<artifactId>
alioss-java
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
<name>
demo
</name>
<name>
alioss-java
</name>
<description>
Demo project for Spring Boot
</description>
<description>
Demo project for Spring Boot
</description>
<properties>
<properties>
...
@@ -24,6 +24,21 @@
...
@@ -24,6 +24,21 @@
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.9
</version>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
2.4
</version>
</dependency>
<dependency>
<groupId>
commons-fileupload
</groupId>
<artifactId>
commons-fileupload
</artifactId>
<version>
1.3.3
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
<scope>
test
</scope>
...
@@ -35,7 +50,6 @@
...
@@ -35,7 +50,6 @@
</exclusions>
</exclusions>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
alioss-java/src/main/java/com/example/
demo/Demo
Application.java
→
alioss-java/src/main/java/com/example/
aliossjava/AliossJava
Application.java
100755 → 100644
View file @
871ccd40
package
com
.
example
.
demo
;
package
com
.
example
.
aliossjava
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
@SpringBootApplication
@SpringBootApplication
public
class
Demo
Application
{
public
class
AliossJava
Application
{
public
static
void
main
(
String
[]
args
)
{
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
Demo
Application
.
class
,
args
);
SpringApplication
.
run
(
AliossJava
Application
.
class
,
args
);
}
}
}
}
alioss-java/src/main/java/com/example/
demo/helloworld
.java
→
alioss-java/src/main/java/com/example/
aliossjava/uploadossapi
.java
100755 → 100644
View file @
871ccd40
package
com
.
example
.
demo
;
package
com
.
example
.
aliossjava
;
import
org.springframework.web.bind.annotation.RestController
;
import
org.springframework.http.HttpRequest
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.bind.annotation.RequestMethod
;
import
org.springframework.web.bind.annotation.PathVariable
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.Map
;
import
javax.validation.Valid
;
import
java.util.HashMap
;
import
com.alibaba.fastjson.JSONObject
;
@RestController
public
class
uploadossapi
{
@RestController
public
class
helloworld
{
/*
* @RequestMapping 路由映射的注解
/*
* */
* @RequestMapping 路由映射的注解
@RequestMapping
(
value
=
"/uploadfile"
,
method
=
RequestMethod
.
POST
)
* */
public
boolean
myGetList
(
@RequestBody
@Valid
String
a
){
@RequestMapping
(
value
=
"/uploadfile/{objectName}/{encodePolicy}/{signature}"
,
method
=
RequestMethod
.
GET
)
try
{
public
boolean
myGetList
(
@PathVariable
String
objectName
,
System
.
out
.
println
(
a
);
@PathVariable
String
encodePolicy
,
JSONObject
jsonObject
=
JSONObject
.
parseObject
(
a
);
@PathVariable
String
signature
){
String
ossurl
=
jsonObject
.
getString
(
"ossurl"
);
try
{
String
objectName
=
jsonObject
.
getString
(
"objectName"
);
System
.
out
.
println
(
"fdfd"
);
String
encodePolicy
=
jsonObject
.
getString
(
"encodePolicy"
);
Test
a
=
new
Test
();
String
signature
=
jsonObject
.
getString
(
"signature"
);
a
.
doUpload
(
objectName
,
encodePolicy
,
signature
);
String
endpoint
=
jsonObject
.
getString
(
"endpoint"
);
return
true
;
String
accessKeyId
=
jsonObject
.
getString
(
"accessKeyId"
);
}
catch
(
Exception
e
)
{
String
bucketName
=
jsonObject
.
getString
(
"bucketName"
);
return
false
;
utilupload
utilupload
=
new
utilupload
();
}
utilupload
.
doUpload
(
ossurl
,
endpoint
,
accessKeyId
,
bucketName
,
objectName
,
encodePolicy
,
signature
);
}
return
true
;
}
catch
(
Exception
e
)
{
/*
return
false
;
* @RequestMapping 路由映射的注解
}
* */
}
@RequestMapping
(
value
=
"/hello"
,
method
=
RequestMethod
.
GET
)
public
void
helloworlds
(){
/*
try
{
* @RequestMapping 路由映射的注解
System
.
out
.
println
(
"fdfd"
);
* */
}
catch
(
Exception
e
)
{
@RequestMapping
(
value
=
"/hello"
,
method
=
RequestMethod
.
GET
)
}
public
void
helloworlds
(){
}
try
{
}
System
.
out
.
println
(
"fdfd"
);
}
catch
(
Exception
e
)
{
}
}
}
alioss-java/src/main/java/com/example/
demo/Test
.java
→
alioss-java/src/main/java/com/example/
aliossjava/utilupload
.java
100755 → 100644
View file @
871ccd40
package
com
.
example
.
demo
;
package
com
.
example
.
aliossjava
;
import
javax.activation.MimetypesFileTypeMap
;
import
javax.activation.MimetypesFileTypeMap
;
...
@@ -8,31 +8,39 @@ import java.net.URL;
...
@@ -8,31 +8,39 @@ import java.net.URL;
import
java.util.Iterator
;
import
java.util.Iterator
;
import
java.util.LinkedHashMap
;
import
java.util.LinkedHashMap
;
import
java.util.Map
;
import
java.util.Map
;
import
org.apache.commons.io.FileUtils
;
/**
/**
* @author shiming.zhao
* @author shiming.zhao
* @date 2019/04/18
* @date 2019/04/18
*/
*/
public
class
Test
{
public
class
utilupload
{
// 上传文件
// 上传文件
private
String
localFilePath
=
"
/tmp/tmjsonfile/20191125_2.json
"
;
private
String
localFilePath
=
""
;
// Endpoint以杭州为例,其它Region请按实际情况填写。
// Endpoint以杭州为例,其它Region请按实际情况填写。
private
String
endpoint
=
"
https://partner-sync-file.oss-cn-beijing.aliyuncs.com
"
;
private
String
endpoint
=
""
;
// 阿里云主账号AccessKey拥有所有API的访问权限,风险很高。强烈建议您创建并使用RAM账号进行API访问或日常运维,请登录 https://ram.console.aliyun.com 创建RAM账号。
// 阿里云主账号AccessKey拥有所有API的访问权限,风险很高。强烈建议您创建并使用RAM账号进行API访问或日常运维,请登录 https://ram.console.aliyun.com 创建RAM账号。
private
String
accessKeyId
=
"
hObpgEXoca42qH3V
"
;
private
String
accessKeyId
=
""
;
// 存储空间名称
// 存储空间名称
private
String
bucketName
=
"
partner-sync-file
"
;
private
String
bucketName
=
""
;
// 文件名称
// 文件名称
private
String
objectName
=
"
1956270874932536/20191126_2.json
"
;
private
String
objectName
=
""
;
private
String
encodePolicy
=
"
eyJleHBpcmF0aW9uIjoiMjAxOS0xMS0yNlQwNDowMzo0Mi43ODdaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNTI0Mjg4MDAwXSxbInN0YXJ0cy13aXRoIiwiJGtleSIsIjE5NTYyNzA4NzQ5MzI1MzYiXSxbImVxIiwiJGJ1Y2tldCIsInBhcnRuZXItc3luYy1maWxlIl1dfQ==
"
;
private
String
encodePolicy
=
""
;
private
String
signature
=
"
QzdLRUHfChsuZns6VkvErU/e7D8=
"
;
private
String
signature
=
""
;
public
void
doUpload
(
String
objectName
,
String
encodePolicy
,
String
signature
)
throws
Exception
{
public
void
doUpload
(
String
o
ssurl
,
String
endpoint
,
String
accessKeyId
,
String
bucketName
,
String
o
bjectName
,
String
encodePolicy
,
String
signature
)
throws
Exception
{
URL
httpurl
=
new
URL
(
ossurl
);
File
file
=
new
File
(
"F:\\swch\\commons-io-2.6\\aaa.jpg"
);
FileUtils
.
copyURLToFile
(
httpurl
,
file
);
this
.
objectName
=
objectName
;
this
.
objectName
=
objectName
;
this
.
endpoint
=
endpoint
;
this
.
accessKeyId
=
accessKeyId
;
this
.
bucketName
=
bucketName
;
this
.
localFilePath
=
"F:\\swch\\commons-io-2.6\\aaa.jpg"
;
// 在URL中添加存储空间名称,添加后URL如下:http://yourBucketName.oss-cn-hangzhou.aliyuncs.com
// 在URL中添加存储空间名称,添加后URL如下:http://yourBucketName.oss-cn-hangzhou.aliyuncs.com
String
urlStr
=
endpoint
.
replace
(
"http://"
,
"http://"
+
bucketName
+
"."
);
String
urlStr
=
endpoint
.
replace
(
"http://"
,
"http://"
+
bucketName
+
"."
);
// 表单Map。
// 表单Map。
...
@@ -52,6 +60,8 @@ public class Test {
...
@@ -52,6 +60,8 @@ public class Test {
// 设置签名。
// 设置签名。
formFields
.
put
(
"Signature"
,
signature
);
formFields
.
put
(
"Signature"
,
signature
);
String
ret
=
formUpload
(
urlStr
,
formFields
,
localFilePath
);
String
ret
=
formUpload
(
urlStr
,
formFields
,
localFilePath
);
System
.
out
.
println
(
"Post Object ["
+
this
.
objectName
+
"] to bucket ["
+
bucketName
+
"]"
);
System
.
out
.
println
(
"Post Object ["
+
this
.
objectName
+
"] to bucket ["
+
bucketName
+
"]"
);
System
.
out
.
println
(
"post reponse:"
+
ret
);
System
.
out
.
println
(
"post reponse:"
+
ret
);
}
}
...
...
alioss-java/src/main/resources/application.properties
View file @
871ccd40
server.port
=
8080
alioss-java/src/test/java/com/example/
demo/Demo
ApplicationTests.java
→
alioss-java/src/test/java/com/example/
aliossjava/AliossJava
ApplicationTests.java
100755 → 100644
View file @
871ccd40
package
com
.
example
.
demo
;
package
com
.
example
.
aliossjava
;
import
org.junit.jupiter.api.Test
;
import
org.junit.jupiter.api.Test
;
import
org.springframework.boot.test.context.SpringBootTest
;
import
org.springframework.boot.test.context.SpringBootTest
;
@SpringBootTest
@SpringBootTest
class
Demo
ApplicationTests
{
class
AliossJava
ApplicationTests
{
@Test
@Test
void
contextLoads
()
{
void
contextLoads
()
{
...
...
alioss-java/target/classes/application.properties
View file @
871ccd40
server.port
=
8080
alioss-java/target/classes/com/example/demo/DemoApplication.class
deleted
100644 → 0
View file @
3fc525e6
File deleted
alioss-java/target/classes/com/example/demo/Test.class
deleted
100644 → 0
View file @
3fc525e6
File deleted
alioss-java/target/classes/com/example/demo/helloworld.class
deleted
100644 → 0
View file @
3fc525e6
File deleted
alioss-java/target/demo-0.0.1-SNAPSHOT.jar
deleted
100644 → 0
View file @
3fc525e6
File deleted
alioss-java/target/demo-0.0.1-SNAPSHOT.jar.original
deleted
100644 → 0
View file @
3fc525e6
File deleted
alioss-java/target/maven-archiver/pom.properties
deleted
100644 → 0
View file @
3fc525e6
version
=
0.0.1-SNAPSHOT
groupId
=
com.example
artifactId
=
demo
alioss-java/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
deleted
100644 → 0
View file @
3fc525e6
com\example\demo\DemoApplication.class
com\example\demo\helloworld.class
com\example\demo\Test.class
alioss-java/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
deleted
100644 → 0
View file @
3fc525e6
F:\uploadfileoss\zhichan\uploadfileoss\src\main\java\com\example\demo\helloworld.java
F:\uploadfileoss\zhichan\uploadfileoss\src\main\java\com\example\demo\DemoApplication.java
F:\uploadfileoss\zhichan\uploadfileoss\src\main\java\com\example\demo\Test.java
alioss-java/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
deleted
100644 → 0
View file @
3fc525e6
com\example\demo\DemoApplicationTests.class
alioss-java/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
deleted
100644 → 0
View file @
3fc525e6
F:\uploadfileoss\zhichan\uploadfileoss\src\test\java\com\example\demo\DemoApplicationTests.java
alioss-java/target/surefire-reports/2019-12-10T14-02-33_671-jvmRun1.dump
deleted
100644 → 0
View file @
3fc525e6
alioss-java/target/surefire-reports/TEST-com.example.demo.DemoApplicationTests.xml
deleted
100644 → 0
View file @
3fc525e6
<?xml version="1.0" encoding="UTF-8"?>
<testsuite
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd"
name=
"com.example.demo.DemoApplicationTests"
time=
"2.365"
tests=
"1"
errors=
"0"
skipped=
"0"
failures=
"0"
>
<properties>
<property
name=
"sun.desktop"
value=
"windows"
/>
<property
name=
"awt.toolkit"
value=
"sun.awt.windows.WToolkit"
/>
<property
name=
"file.encoding.pkg"
value=
"sun.io"
/>
<property
name=
"java.specification.version"
value=
"1.8"
/>
<property
name=
"sun.cpu.isalist"
value=
"amd64"
/>
<property
name=
"sun.jnu.encoding"
value=
"GBK"
/>
<property
name=
"java.class.path"
value=
"F:\uploadfileoss\zhichan\uploadfileoss\target\test-classes;F:\uploadfileoss\zhichan\uploadfileoss\target\classes;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-web\2.2.1.RELEASE\spring-boot-starter-web-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter\2.2.1.RELEASE\spring-boot-starter-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot\2.2.1.RELEASE\spring-boot-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\2.2.1.RELEASE\spring-boot-autoconfigure-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-logging\2.2.1.RELEASE\spring-boot-starter-logging-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;C:\Users\wdy\.m2\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;C:\Users\wdy\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.12.1\log4j-to-slf4j-2.12.1.jar;C:\Users\wdy\.m2\repository\org\apache\logging\log4j\log4j-api\2.12.1\log4j-api-2.12.1.jar;C:\Users\wdy\.m2\repository\org\slf4j\jul-to-slf4j\1.7.29\jul-to-slf4j-1.7.29.jar;C:\Users\wdy\.m2\repository\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;C:\Users\wdy\.m2\repository\org\yaml\snakeyaml\1.25\snakeyaml-1.25.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-json\2.2.1.RELEASE\spring-boot-starter-json-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.10.0\jackson-databind-2.10.0.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.10.0\jackson-annotations-2.10.0.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.10.0\jackson-core-2.10.0.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.10.0\jackson-datatype-jdk8-2.10.0.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.10.0\jackson-datatype-jsr310-2.10.0.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.10.0\jackson-module-parameter-names-2.10.0.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\2.2.1.RELEASE\spring-boot-starter-tomcat-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\9.0.27\tomcat-embed-core-9.0.27.jar;C:\Users\wdy\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\9.0.27\tomcat-embed-el-9.0.27.jar;C:\Users\wdy\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.27\tomcat-embed-websocket-9.0.27.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-validation\2.2.1.RELEASE\spring-boot-starter-validation-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\jakarta\validation\jakarta.validation-api\2.0.1\jakarta.validation-api-2.0.1.jar;C:\Users\wdy\.m2\repository\org\hibernate\validator\hibernate-validator\6.0.18.Final\hibernate-validator-6.0.18.Final.jar;C:\Users\wdy\.m2\repository\org\jboss\logging\jboss-logging\3.4.1.Final\jboss-logging-3.4.1.Final.jar;C:\Users\wdy\.m2\repository\com\fasterxml\classmate\1.5.1\classmate-1.5.1.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-web\5.2.1.RELEASE\spring-web-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-beans\5.2.1.RELEASE\spring-beans-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-webmvc\5.2.1.RELEASE\spring-webmvc-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-aop\5.2.1.RELEASE\spring-aop-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-context\5.2.1.RELEASE\spring-context-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-expression\5.2.1.RELEASE\spring-expression-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-test\2.2.1.RELEASE\spring-boot-starter-test-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-test\2.2.1.RELEASE\spring-boot-test-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\2.2.1.RELEASE\spring-boot-test-autoconfigure-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar;C:\Users\wdy\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar;C:\Users\wdy\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar;C:\Users\wdy\.m2\repository\org\ow2\asm\asm\5.0.4\asm-5.0.4.jar;C:\Users\wdy\.m2\repository\org\slf4j\slf4j-api\1.7.29\slf4j-api-1.7.29.jar;C:\Users\wdy\.m2\repository\jakarta\xml\bind\jakarta.xml.bind-api\2.3.2\jakarta.xml.bind-api-2.3.2.jar;C:\Users\wdy\.m2\repository\jakarta\activation\jakarta.activation-api\1.2.1\jakarta.activation-api-1.2.1.jar;C:\Users\wdy\.m2\repository\org\junit\jupiter\junit-jupiter\5.5.2\junit-jupiter-5.5.2.jar;C:\Users\wdy\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.5.2\junit-jupiter-api-5.5.2.jar;C:\Users\wdy\.m2\repository\org\apiguardian\apiguardian-api\1.1.0\apiguardian-api-1.1.0.jar;C:\Users\wdy\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;C:\Users\wdy\.m2\repository\org\junit\platform\junit-platform-commons\1.5.2\junit-platform-commons-1.5.2.jar;C:\Users\wdy\.m2\repository\org\junit\jupiter\junit-jupiter-params\5.5.2\junit-jupiter-params-5.5.2.jar;C:\Users\wdy\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.5.2\junit-jupiter-engine-5.5.2.jar;C:\Users\wdy\.m2\repository\org\junit\platform\junit-platform-engine\1.5.2\junit-platform-engine-1.5.2.jar;C:\Users\wdy\.m2\repository\org\mockito\mockito-junit-jupiter\3.1.0\mockito-junit-jupiter-3.1.0.jar;C:\Users\wdy\.m2\repository\org\assertj\assertj-core\3.13.2\assertj-core-3.13.2.jar;C:\Users\wdy\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar;C:\Users\wdy\.m2\repository\org\mockito\mockito-core\3.1.0\mockito-core-3.1.0.jar;C:\Users\wdy\.m2\repository\net\bytebuddy\byte-buddy\1.10.2\byte-buddy-1.10.2.jar;C:\Users\wdy\.m2\repository\net\bytebuddy\byte-buddy-agent\1.10.2\byte-buddy-agent-1.10.2.jar;C:\Users\wdy\.m2\repository\org\objenesis\objenesis\2.6\objenesis-2.6.jar;C:\Users\wdy\.m2\repository\org\skyscreamer\jsonassert\1.5.0\jsonassert-1.5.0.jar;C:\Users\wdy\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-core\5.2.1.RELEASE\spring-core-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-jcl\5.2.1.RELEASE\spring-jcl-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-test\5.2.1.RELEASE\spring-test-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\xmlunit\xmlunit-core\2.6.3\xmlunit-core-2.6.3.jar;"
/>
<property
name=
"java.vm.vendor"
value=
"Oracle Corporation"
/>
<property
name=
"sun.arch.data.model"
value=
"64"
/>
<property
name=
"user.variant"
value=
""
/>
<property
name=
"java.vendor.url"
value=
"http://java.oracle.com/"
/>
<property
name=
"user.timezone"
value=
"Asia/Shanghai"
/>
<property
name=
"java.vm.specification.version"
value=
"1.8"
/>
<property
name=
"os.name"
value=
"Windows 10"
/>
<property
name=
"user.country"
value=
"CN"
/>
<property
name=
"sun.java.launcher"
value=
"SUN_STANDARD"
/>
<property
name=
"sun.boot.library.path"
value=
"C:\Program Files\Java\jdk1.8.0_91\jre\bin"
/>
<property
name=
"sun.java.command"
value=
"C:\Users\wdy\AppData\Local\Temp\surefire2965986652626692795\surefirebooter8647709627514843883.jar C:\Users\wdy\AppData\Local\Temp\surefire2965986652626692795 2019-12-10T14-36-42_160-jvmRun1 surefire1219001266157701359tmp surefire_01209635862532888589tmp"
/>
<property
name=
"surefire.test.class.path"
value=
"F:\uploadfileoss\zhichan\uploadfileoss\target\test-classes;F:\uploadfileoss\zhichan\uploadfileoss\target\classes;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-web\2.2.1.RELEASE\spring-boot-starter-web-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter\2.2.1.RELEASE\spring-boot-starter-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot\2.2.1.RELEASE\spring-boot-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\2.2.1.RELEASE\spring-boot-autoconfigure-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-logging\2.2.1.RELEASE\spring-boot-starter-logging-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;C:\Users\wdy\.m2\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;C:\Users\wdy\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.12.1\log4j-to-slf4j-2.12.1.jar;C:\Users\wdy\.m2\repository\org\apache\logging\log4j\log4j-api\2.12.1\log4j-api-2.12.1.jar;C:\Users\wdy\.m2\repository\org\slf4j\jul-to-slf4j\1.7.29\jul-to-slf4j-1.7.29.jar;C:\Users\wdy\.m2\repository\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;C:\Users\wdy\.m2\repository\org\yaml\snakeyaml\1.25\snakeyaml-1.25.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-json\2.2.1.RELEASE\spring-boot-starter-json-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.10.0\jackson-databind-2.10.0.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.10.0\jackson-annotations-2.10.0.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.10.0\jackson-core-2.10.0.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.10.0\jackson-datatype-jdk8-2.10.0.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.10.0\jackson-datatype-jsr310-2.10.0.jar;C:\Users\wdy\.m2\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.10.0\jackson-module-parameter-names-2.10.0.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\2.2.1.RELEASE\spring-boot-starter-tomcat-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\9.0.27\tomcat-embed-core-9.0.27.jar;C:\Users\wdy\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\9.0.27\tomcat-embed-el-9.0.27.jar;C:\Users\wdy\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.27\tomcat-embed-websocket-9.0.27.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-validation\2.2.1.RELEASE\spring-boot-starter-validation-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\jakarta\validation\jakarta.validation-api\2.0.1\jakarta.validation-api-2.0.1.jar;C:\Users\wdy\.m2\repository\org\hibernate\validator\hibernate-validator\6.0.18.Final\hibernate-validator-6.0.18.Final.jar;C:\Users\wdy\.m2\repository\org\jboss\logging\jboss-logging\3.4.1.Final\jboss-logging-3.4.1.Final.jar;C:\Users\wdy\.m2\repository\com\fasterxml\classmate\1.5.1\classmate-1.5.1.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-web\5.2.1.RELEASE\spring-web-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-beans\5.2.1.RELEASE\spring-beans-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-webmvc\5.2.1.RELEASE\spring-webmvc-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-aop\5.2.1.RELEASE\spring-aop-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-context\5.2.1.RELEASE\spring-context-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-expression\5.2.1.RELEASE\spring-expression-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-starter-test\2.2.1.RELEASE\spring-boot-starter-test-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-test\2.2.1.RELEASE\spring-boot-test-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\2.2.1.RELEASE\spring-boot-test-autoconfigure-2.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar;C:\Users\wdy\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar;C:\Users\wdy\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar;C:\Users\wdy\.m2\repository\org\ow2\asm\asm\5.0.4\asm-5.0.4.jar;C:\Users\wdy\.m2\repository\org\slf4j\slf4j-api\1.7.29\slf4j-api-1.7.29.jar;C:\Users\wdy\.m2\repository\jakarta\xml\bind\jakarta.xml.bind-api\2.3.2\jakarta.xml.bind-api-2.3.2.jar;C:\Users\wdy\.m2\repository\jakarta\activation\jakarta.activation-api\1.2.1\jakarta.activation-api-1.2.1.jar;C:\Users\wdy\.m2\repository\org\junit\jupiter\junit-jupiter\5.5.2\junit-jupiter-5.5.2.jar;C:\Users\wdy\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.5.2\junit-jupiter-api-5.5.2.jar;C:\Users\wdy\.m2\repository\org\apiguardian\apiguardian-api\1.1.0\apiguardian-api-1.1.0.jar;C:\Users\wdy\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;C:\Users\wdy\.m2\repository\org\junit\platform\junit-platform-commons\1.5.2\junit-platform-commons-1.5.2.jar;C:\Users\wdy\.m2\repository\org\junit\jupiter\junit-jupiter-params\5.5.2\junit-jupiter-params-5.5.2.jar;C:\Users\wdy\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.5.2\junit-jupiter-engine-5.5.2.jar;C:\Users\wdy\.m2\repository\org\junit\platform\junit-platform-engine\1.5.2\junit-platform-engine-1.5.2.jar;C:\Users\wdy\.m2\repository\org\mockito\mockito-junit-jupiter\3.1.0\mockito-junit-jupiter-3.1.0.jar;C:\Users\wdy\.m2\repository\org\assertj\assertj-core\3.13.2\assertj-core-3.13.2.jar;C:\Users\wdy\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar;C:\Users\wdy\.m2\repository\org\mockito\mockito-core\3.1.0\mockito-core-3.1.0.jar;C:\Users\wdy\.m2\repository\net\bytebuddy\byte-buddy\1.10.2\byte-buddy-1.10.2.jar;C:\Users\wdy\.m2\repository\net\bytebuddy\byte-buddy-agent\1.10.2\byte-buddy-agent-1.10.2.jar;C:\Users\wdy\.m2\repository\org\objenesis\objenesis\2.6\objenesis-2.6.jar;C:\Users\wdy\.m2\repository\org\skyscreamer\jsonassert\1.5.0\jsonassert-1.5.0.jar;C:\Users\wdy\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-core\5.2.1.RELEASE\spring-core-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-jcl\5.2.1.RELEASE\spring-jcl-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\springframework\spring-test\5.2.1.RELEASE\spring-test-5.2.1.RELEASE.jar;C:\Users\wdy\.m2\repository\org\xmlunit\xmlunit-core\2.6.3\xmlunit-core-2.6.3.jar;"
/>
<property
name=
"sun.cpu.endian"
value=
"little"
/>
<property
name=
"user.home"
value=
"C:\Users\wdy"
/>
<property
name=
"user.language"
value=
"zh"
/>
<property
name=
"java.specification.vendor"
value=
"Oracle Corporation"
/>
<property
name=
"java.home"
value=
"C:\Program Files\Java\jdk1.8.0_91\jre"
/>
<property
name=
"basedir"
value=
"F:\uploadfileoss\zhichan\uploadfileoss"
/>
<property
name=
"file.separator"
value=
"\"
/>
<property
name=
"line.separator"
value=
" "
/>
<property
name=
"java.vm.specification.vendor"
value=
"Oracle Corporation"
/>
<property
name=
"java.specification.name"
value=
"Java Platform API Specification"
/>
<property
name=
"java.awt.graphicsenv"
value=
"sun.awt.Win32GraphicsEnvironment"
/>
<property
name=
"surefire.real.class.path"
value=
"C:\Users\wdy\AppData\Local\Temp\surefire2965986652626692795\surefirebooter8647709627514843883.jar"
/>
<property
name=
"sun.boot.class.path"
value=
"C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_91\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_91\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_91\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_91\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_91\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_91\jre\classes"
/>
<property
name=
"user.script"
value=
""
/>
<property
name=
"sun.management.compiler"
value=
"HotSpot 64-Bit Tiered Compilers"
/>
<property
name=
"java.runtime.version"
value=
"1.8.0_91-b15"
/>
<property
name=
"user.name"
value=
"wdy"
/>
<property
name=
"path.separator"
value=
";"
/>
<property
name=
"os.version"
value=
"10.0"
/>
<property
name=
"java.endorsed.dirs"
value=
"C:\Program Files\Java\jdk1.8.0_91\jre\lib\endorsed"
/>
<property
name=
"java.runtime.name"
value=
"Java(TM) SE Runtime Environment"
/>
<property
name=
"file.encoding"
value=
"GBK"
/>
<property
name=
"java.vm.name"
value=
"Java HotSpot(TM) 64-Bit Server VM"
/>
<property
name=
"localRepository"
value=
"C:\Users\wdy\.m2\repository"
/>
<property
name=
"java.vendor.url.bug"
value=
"http://bugreport.sun.com/bugreport/"
/>
<property
name=
"java.io.tmpdir"
value=
"C:\Users\wdy\AppData\Local\Temp\"
/>
<property
name=
"idea.version"
value=
"2017.2.5"
/>
<property
name=
"java.version"
value=
"1.8.0_91"
/>
<property
name=
"user.dir"
value=
"F:\uploadfileoss\zhichan\uploadfileoss"
/>
<property
name=
"os.arch"
value=
"amd64"
/>
<property
name=
"java.vm.specification.name"
value=
"Java Virtual Machine Specification"
/>
<property
name=
"java.awt.printerjob"
value=
"sun.awt.windows.WPrinterJob"
/>
<property
name=
"sun.os.patch.level"
value=
""
/>
<property
name=
"java.library.path"
value=
"C:\Program Files\Java\jdk1.8.0_91\jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.8.0_91\bin;,D:\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\Program Files\nodejs\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\MySQL\MySQL Server 5.7\bin;D:\gradle-4.5-bin\gradle-4.5\bin;E:\Programs\Python\Python37\;D:\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin;E:\Programs\Python\Python37\Scripts\;E:\Programs\Python\Python37\;C:\Users\wdy\AppData\Local\Microsoft\WindowsApps;C:\Users\wdy\AppData\Roaming\npm;;."
/>
<property
name=
"java.vm.info"
value=
"mixed mode"
/>
<property
name=
"java.vendor"
value=
"Oracle Corporation"
/>
<property
name=
"java.vm.version"
value=
"25.91-b15"
/>
<property
name=
"java.ext.dirs"
value=
"C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext"
/>
<property
name=
"sun.io.unicode.encoding"
value=
"UnicodeLittle"
/>
<property
name=
"java.class.version"
value=
"52.0"
/>
</properties>
<testcase
name=
"contextLoads"
classname=
"com.example.demo.DemoApplicationTests"
time=
"0.189"
/>
</testsuite>
\ No newline at end of file
alioss-java/target/surefire-reports/com.example.demo.DemoApplicationTests.txt
deleted
100644 → 0
View file @
3fc525e6
-------------------------------------------------------------------------------
Test set: com.example.demo.DemoApplicationTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.365 s - in com.example.demo.DemoApplicationTests
alioss-java/target/test-classes/com/example/demo/DemoApplicationTests.class
deleted
100644 → 0
View file @
3fc525e6
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment