Change to wdcy
parent
3073b0642f
commit
3f6473a415
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.domain;
|
package cc.wdcy.domain;
|
||||||
|
|
||||||
import cc.wdcy.infrastructure.DateUtils;
|
import cc.wdcy.infrastructure.DateUtils;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.domain.oauth;
|
package cc.wdcy.domain.oauth;
|
||||||
|
|
||||||
import org.springframework.security.oauth2.provider.JdbcClientDetailsService;
|
import org.springframework.security.oauth2.provider.JdbcClientDetailsService;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.domain.oauth;
|
package cc.wdcy.domain.oauth;
|
||||||
|
|
||||||
import cc.wdcy.infrastructure.DateUtils;
|
import cc.wdcy.infrastructure.DateUtils;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.domain.oauth;
|
package cc.wdcy.domain.oauth;
|
||||||
|
|
||||||
import cc.wdcy.domain.shared.Repository;
|
import cc.wdcy.domain.shared.Repository;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.domain.shared;
|
package cc.wdcy.domain.shared;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.domain.shared;
|
package cc.wdcy.domain.shared;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.domain.shared.security;
|
package cc.wdcy.domain.shared.security;
|
||||||
|
|
||||||
import cc.wdcy.domain.user.User;
|
import cc.wdcy.domain.user.User;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.domain.user;
|
package cc.wdcy.domain.user;
|
||||||
|
|
||||||
import cc.wdcy.domain.AbstractDomain;
|
import cc.wdcy.domain.AbstractDomain;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.domain.user;
|
package cc.wdcy.domain.user;
|
||||||
|
|
||||||
import cc.wdcy.domain.shared.Repository;
|
import cc.wdcy.domain.shared.Repository;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.infrastructure;
|
package cc.wdcy.infrastructure;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.infrastructure;
|
package cc.wdcy.infrastructure;
|
||||||
|
|
||||||
import org.springframework.security.authentication.encoding.Md5PasswordEncoder;
|
import org.springframework.security.authentication.encoding.Md5PasswordEncoder;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.infrastructure.mybatis;
|
package cc.wdcy.infrastructure.mybatis;
|
||||||
|
|
||||||
import cc.wdcy.domain.oauth.OauthRepository;
|
import cc.wdcy.domain.oauth.OauthRepository;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.infrastructure.mybatis;
|
package cc.wdcy.infrastructure.mybatis;
|
||||||
|
|
||||||
import cc.wdcy.domain.user.UserRepository;
|
import cc.wdcy.domain.user.UserRepository;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.service;
|
package cc.wdcy.service;
|
||||||
|
|
||||||
import cc.wdcy.domain.oauth.OauthClientDetails;
|
import cc.wdcy.domain.oauth.OauthClientDetails;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.service;
|
package cc.wdcy.service;
|
||||||
|
|
||||||
import org.springframework.security.core.userdetails.UserDetailsService;
|
import org.springframework.security.core.userdetails.UserDetailsService;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.service.impl;
|
package cc.wdcy.service.impl;
|
||||||
|
|
||||||
import cc.wdcy.domain.oauth.OauthClientDetails;
|
import cc.wdcy.domain.oauth.OauthClientDetails;
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
|
|
||||||
* www.honyee.biz
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information of
|
|
||||||
* Honyee Industry Group Co., Ltd ("Confidential Information").
|
|
||||||
* You shall not disclose such Confidential Information and shall use
|
|
||||||
* it only in accordance with the terms of the license agreement you
|
|
||||||
* entered into with Honyee Industry Group Co., Ltd.
|
|
||||||
*/
|
|
||||||
package cc.wdcy.service.impl;
|
package cc.wdcy.service.impl;
|
||||||
|
|
||||||
import cc.wdcy.domain.shared.security.WdcyUserDetails;
|
import cc.wdcy.domain.shared.security.WdcyUserDetails;
|
||||||
|
|
Loading…
Reference in New Issue