Skip to content

Commit 12a76cf

Browse files
committed
优化结构
1 parent a040f29 commit 12a76cf

File tree

30 files changed

+33
-446
lines changed

30 files changed

+33
-446
lines changed

hsweb-system/hsweb-system-file/hsweb-system-file-entity/pom.xml renamed to hsweb-system/hsweb-system-file/hsweb-system-file-api/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
<artifactId>hsweb-system-file</artifactId>
77
<groupId>org.hswebframework.web</groupId>
88
<version>3.0.0-RC-SNAPSHOT</version>
9+
<relativePath>../pom.xml</relativePath>
910
</parent>
1011
<modelVersion>4.0.0</modelVersion>
1112

12-
<artifactId>hsweb-system-file-entity</artifactId>
13+
<description>文件服务api</description>
14+
<artifactId>hsweb-system-file-api</artifactId>
1315

1416
<dependencies>
1517
<dependency>
1618
<groupId>org.hswebframework.web</groupId>
17-
<artifactId>hsweb-commons-entity</artifactId>
19+
<artifactId>hsweb-commons-service-api</artifactId>
1820
<version>${project.version}</version>
1921
</dependency>
2022
</dependencies>
21-
2223
</project>

hsweb-system/hsweb-system-file/hsweb-system-file-dao/hsweb-system-file-dao-api/pom.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

hsweb-system/hsweb-system-file/hsweb-system-file-dao/hsweb-system-file-dao-mybatis/pom.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

hsweb-system/hsweb-system-file/hsweb-system-file-dao/pom.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>hsweb-system-file-service</artifactId>
6+
<artifactId>hsweb-system-file</artifactId>
77
<groupId>org.hswebframework.web</groupId>
88
<version>3.0.0-RC-SNAPSHOT</version>
9+
<relativePath>../pom.xml</relativePath>
910
</parent>
1011
<modelVersion>4.0.0</modelVersion>
1112

12-
<artifactId>hsweb-system-file-service-simple</artifactId>
13+
<artifactId>hsweb-system-file-local</artifactId>
14+
1315

1416
<dependencies>
1517
<dependency>
@@ -19,7 +21,7 @@
1921
</dependency>
2022
<dependency>
2123
<groupId>org.hswebframework.web</groupId>
22-
<artifactId>hsweb-system-file-service-api</artifactId>
24+
<artifactId>hsweb-system-file-api</artifactId>
2325
<version>${project.version}</version>
2426
</dependency>
2527
<dependency>
@@ -28,5 +30,10 @@
2830
<version>0.2.0</version>
2931
<optional>true</optional>
3032
</dependency>
33+
<dependency>
34+
<groupId>org.hswebframework.web</groupId>
35+
<artifactId>hsweb-commons-dao-mybatis</artifactId>
36+
<version>${project.version}</version>
37+
</dependency>
3138
</dependencies>
3239
</project>
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>hsweb-system-file-service</artifactId>
6+
<artifactId>hsweb-system-file</artifactId>
77
<groupId>org.hswebframework.web</groupId>
88
<version>3.0.0-RC-SNAPSHOT</version>
9+
<relativePath>../pom.xml</relativePath>
910
</parent>
1011
<modelVersion>4.0.0</modelVersion>
1112

12-
<artifactId>hsweb-system-file-service-oauth2</artifactId>
13+
<artifactId>hsweb-system-file-oauth2</artifactId>
14+
15+
<description>基于hsweb oauth2的文件服务,通过oauth2调用远程文件服务.</description>
1316

1417
<dependencies>
1518
<dependency>
1619
<groupId>org.hswebframework.web</groupId>
17-
<artifactId>hsweb-system-file-service-api</artifactId>
20+
<artifactId>hsweb-system-file-api</artifactId>
1821
<version>${project.version}</version>
1922
</dependency>
2023
<dependency>

hsweb-system/hsweb-system-file/hsweb-system-file-service/hsweb-system-file-service-api/pom.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

hsweb-system/hsweb-system-file/hsweb-system-file-service/hsweb-system-file-service-oauth2/src/test/java/org/hswebframework/web/service/file/oauth2/MockOAuth2Request.java

Lines changed: 0 additions & 109 deletions
This file was deleted.

hsweb-system/hsweb-system-file/hsweb-system-file-service/hsweb-system-file-service-oauth2/src/test/java/org/hswebframework/web/service/file/oauth2/MockOAuth2Response.java

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)