-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
142 changed files
with
260 additions
and
1,516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ mysql -uroot -p databasename < ./mysql_init.sql | |
``` | ||
|
||
|
||
如果是oracle数据库,请连接上数据库后,执行oracle_init.sql脚本。 | ||
如果是oracle数据库,暂时不开放,可以自行根据mysql修改,或发送邮件,联系:[email protected] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<parent> | ||
<artifactId>asofdate</artifactId> | ||
<groupId>com.asofdate</groupId> | ||
<version>0.0.1-SNAPSHOT</version> | ||
</parent> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<artifactId>hauth</artifactId> | ||
<packaging>jar</packaging> | ||
|
||
<name>hauth</name> | ||
<url>http://maven.apache.org</url> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
</project> |
Binary file added
BIN
+4.88 KB
hauth/bin/src/main/java/com/asofdate/hauth/authentication/CustomAuthenticationProvider.class
Binary file not shown.
Binary file added
BIN
+1.69 KB
hauth/bin/src/main/java/com/asofdate/hauth/authentication/GrantedAuthorityImpl.class
Binary file not shown.
Binary file added
BIN
+3.08 KB
hauth/bin/src/main/java/com/asofdate/hauth/authentication/JWTAuthenticationFilter.class
Binary file not shown.
Binary file added
BIN
+5.33 KB
hauth/bin/src/main/java/com/asofdate/hauth/authentication/JWTLoginFilter.class
Binary file not shown.
Binary file added
BIN
+7.53 KB
hauth/bin/src/main/java/com/asofdate/hauth/authentication/JwtService.class
Binary file not shown.
Binary file added
BIN
+3.06 KB
hauth/bin/src/main/java/com/asofdate/hauth/authentication/WebSecurityConfig.class
Binary file not shown.
Binary file added
BIN
+8.67 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/DomainController.class
Binary file not shown.
Binary file added
BIN
+2.96 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/HandleLogController.class
Binary file not shown.
Binary file added
BIN
+2.58 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/HomeMenuController.class
Binary file not shown.
Binary file added
BIN
+2.55 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/LoginController.class
Binary file not shown.
Binary file added
BIN
+8.58 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/MenuController.class
Binary file not shown.
Binary file added
BIN
+7.73 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/OrgController.class
Binary file not shown.
Binary file added
BIN
+7.94 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/RoleController.class
Binary file not shown.
Binary file added
BIN
+4.11 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/RoleResourceController.class
Binary file not shown.
Binary file added
BIN
+8.32 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/ShareDomainController.class
Binary file not shown.
Binary file added
BIN
+6.37 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/StaticFileController.class
Binary file not shown.
Binary file added
BIN
+4.56 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/SystemPageController.class
Binary file not shown.
Binary file added
BIN
+7.22 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/ThemeController.class
Binary file not shown.
Binary file added
BIN
+9.02 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/UserController.class
Binary file not shown.
Binary file added
BIN
+2.22 KB
hauth/bin/src/main/java/com/asofdate/hauth/controller/UserDomainController.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+720 Bytes
hauth/bin/src/main/java/com/asofdate/hauth/dao/ThemeResourceDao.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+711 Bytes
hauth/bin/src/main/java/com/asofdate/hauth/dao/UserDetailsDao.class
Binary file not shown.
Binary file added
BIN
+814 Bytes
hauth/bin/src/main/java/com/asofdate/hauth/dao/UserResourceDao.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.74 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/DomainDaoImpl.class
Binary file not shown.
Binary file added
BIN
+6.28 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/DomainShareDaoImpl.class
Binary file not shown.
Binary file added
BIN
+4.35 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/HandleLogDaoImpl.class
Binary file not shown.
Binary file added
BIN
+6.55 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/HomeMenuDaoImpl.class
Binary file not shown.
Binary file added
BIN
+9.15 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/MenuDaoImpl.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.14 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/ResourceDaoImpl.class
Binary file not shown.
Binary file added
BIN
+8.17 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/RoleDaoImpl.class
Binary file not shown.
Binary file added
BIN
+8.82 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/RoleResourceDaoImpl.class
Binary file not shown.
Binary file added
BIN
+4.63 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/ShareDomainDaoImpl.class
Binary file not shown.
Binary file added
BIN
+2.62 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/ThemeResourceDaoImpl.class
Binary file not shown.
Binary file added
BIN
+2.64 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/UserCheckDaoImpl.class
Binary file not shown.
Binary file added
BIN
+7.59 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/UserDaoImpl.class
Binary file not shown.
Binary file added
BIN
+2.49 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/UserDetailsDaoImpl.class
Binary file not shown.
Binary file added
BIN
+2.7 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/UserResourceDaoImpl.class
Binary file not shown.
Binary file added
BIN
+1.96 KB
hauth/bin/src/main/java/com/asofdate/hauth/dao/impl/UserThemeDaoImpl.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.99 KB
hauth/bin/src/main/java/com/asofdate/hauth/entity/DomainShareEntity.class
Binary file not shown.
Binary file added
BIN
+3.68 KB
hauth/bin/src/main/java/com/asofdate/hauth/entity/HandleLogEntity.class
Binary file not shown.
Binary file added
BIN
+4.08 KB
hauth/bin/src/main/java/com/asofdate/hauth/entity/HomeMenuEntity.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.73 KB
hauth/bin/src/main/java/com/asofdate/hauth/entity/ResourceEntity.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.63 KB
hauth/bin/src/main/java/com/asofdate/hauth/entity/RoleResourceEntity.class
Binary file not shown.
Binary file added
BIN
+4.16 KB
hauth/bin/src/main/java/com/asofdate/hauth/entity/ShareDomainEntity.class
Binary file not shown.
Binary file added
BIN
+4.44 KB
hauth/bin/src/main/java/com/asofdate/hauth/entity/ThemeResourceEntity.class
Binary file not shown.
Binary file added
BIN
+5.87 KB
hauth/bin/src/main/java/com/asofdate/hauth/entity/ThemeValueEntity.class
Binary file not shown.
Binary file added
BIN
+6 KB
hauth/bin/src/main/java/com/asofdate/hauth/entity/UserDetailsEntity.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.07 KB
hauth/bin/src/main/java/com/asofdate/hauth/entity/UserLoginEntity.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.56 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/DomainService.class
Binary file not shown.
Binary file added
BIN
+1.33 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/HandleLogService.class
Binary file not shown.
Binary file added
BIN
+1.02 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/HomeMenuService.class
Binary file not shown.
Binary file added
BIN
+953 Bytes
hauth/bin/src/main/java/com/asofdate/hauth/service/LoginService.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.48 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/RoleResourceService.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.31 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/ShareDomainService.class
Binary file not shown.
Binary file added
BIN
+764 Bytes
hauth/bin/src/main/java/com/asofdate/hauth/service/UserDetailsService.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/AuthServiceImpl.class
Binary file not shown.
Binary file added
BIN
+6.3 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/DomainServiecImpl.class
Binary file not shown.
Binary file added
BIN
+3.22 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/HandleLogServiceImpl.class
Binary file not shown.
Binary file added
BIN
+2.33 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/HomeMenuServiceImpl.class
Binary file not shown.
Binary file added
BIN
+3.5 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/LoginServiceImpl.class
Binary file not shown.
Binary file added
BIN
+5.67 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/MenuServiceImpl.class
Binary file not shown.
Binary file added
BIN
+5.24 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/OrgServiceImpl.class
Binary file not shown.
Binary file added
BIN
+4.39 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/RoleResourceServiceImpl.class
Binary file not shown.
Binary file added
BIN
+7.51 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/RoleServiceImpl.class
Binary file not shown.
Binary file added
BIN
+3.35 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/ShareDomainServiceImpl.class
Binary file not shown.
Binary file added
BIN
+2.03 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/UserDetailsServiceImpl.class
Binary file not shown.
Binary file added
BIN
+4.56 KB
hauth/bin/src/main/java/com/asofdate/hauth/service/impl/UserServiceImpl.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.54 KB
hauth/bin/src/main/java/com/asofdate/utils/LoggerHandlerInterceptor.class
Binary file not shown.
Binary file added
BIN
+1.45 KB
hauth/bin/src/main/java/com/asofdate/utils/LoggerWebAppConfigurer.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.21 KB
hauth/bin/src/main/java/com/asofdate/utils/factory/AuthDTOFactory.class
Binary file not shown.
Binary file added
BIN
+1.3 KB
hauth/bin/src/main/java/com/asofdate/utils/factory/RetMsgFactory.class
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.