Skip to content

Commit 272cacb

Browse files
committed
初步功能完成
1 parent cb4d3e3 commit 272cacb

File tree

213 files changed

+1333
-8598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+1333
-8598
lines changed

hsweb-authorization/hsweb-authorization-api/src/test/java/org/hswebframework/web/authorization/AuthenticationTests.java

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

hsweb-authorization/hsweb-authorization-api/src/test/java/org/hswebframework/web/authorization/UserTokenManagerTests.java

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

hsweb-authorization/hsweb-authorization-api/src/test/java/org/hswebframework/web/authorization/twofactor/defaults/HashMapTwoFactorTokenManagerTest.java

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

hsweb-authorization/hsweb-authorization-basic/pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -47,33 +47,6 @@
4747
<artifactId>hsweb-easy-orm-rdb</artifactId>
4848
</dependency>
4949

50-
<dependency>
51-
<groupId>org.hswebframework.web</groupId>
52-
<artifactId>hsweb-spring-boot-starter</artifactId>
53-
<version>${project.version}</version>
54-
<scope>test</scope>
55-
</dependency>
56-
57-
<dependency>
58-
<groupId>org.hswebframework.web</groupId>
59-
<artifactId>hsweb-tests</artifactId>
60-
<version>${project.version}</version>
61-
<scope>test</scope>
62-
</dependency>
63-
64-
<dependency>
65-
<groupId>com.alibaba</groupId>
66-
<artifactId>druid</artifactId>
67-
<version>1.0.26</version>
68-
<scope>test</scope>
69-
</dependency>
70-
71-
<dependency>
72-
<groupId>com.h2database</groupId>
73-
<artifactId>h2</artifactId>
74-
<scope>test</scope>
75-
</dependency>
76-
7750
<dependency>
7851
<groupId>org.hswebframework.web</groupId>
7952
<artifactId>hsweb-commons-controller</artifactId>

0 commit comments

Comments
 (0)