diff --git a/others/intellij_templates.txt b/others/intellij_templates.txt deleted file mode 100644 index 74ee6f1..0000000 --- a/others/intellij_templates.txt +++ /dev/null @@ -1,124 +0,0 @@ --------------------IN 'TEMPLATES'------------- -Class: - -/* - * 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 ${PACKAGE_NAME}; - -#parse("File Header.java") -public class ${NAME} { -} - - - -Interface: - -/* - * 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 ${PACKAGE_NAME}; - -#parse("File Header.java") - -public interface ${NAME} { -} - - -Enum: - -/* - * 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 ${PACKAGE_NAME}; - -#parse("File Header.java") - -public enum ${NAME} { -} - - -AnnotationType: - -/* - * 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 ${PACKAGE_NAME}; - -#parse("File Header.java") - -public @interface ${NAME} { -} - -------------------IN 'CODE'------------- -Implemented, New & Overridden method body: -throw new UnsupportedOperationException("Not yet implemented"); - -Catch Statement Body -${EXCEPTION}.printStackTrace(); - - - ------------------IN 'INCLUDES'-------------------- -ActionScript File Header , File Header: please replace the author. - -/** - * - * @author Shengzhao Li - */ - - ------------------IN 'Java EE'-------------------- -Web -> Jsp files -> Jsp File.jsp -Change the comment content as follow, change the author to self name. - -<%-- - * 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. ---%> -<%-- - * - * @author Shengzhao Li ---%> - - - diff --git a/others/项目开发规范.txt b/others/项目开发规范.txt deleted file mode 100644 index 80d3109..0000000 --- a/others/项目开发规范.txt +++ /dev/null @@ -1,99 +0,0 @@ - - - -ĿһЩ淶Ծء - - ->> 1.ʹ汾Ϣ - - * JDK 1.7.0_40 - * Maven 3.1.0 - * IDEA 11.1.3 - * Tomcat 6.0.33 - * MySQL 5.5 - * TortoiseSVN 1.7.7 - * Git 1.7.10 - - -(࿪汾ڵһʹõʱָ) -[ʹͬ汾] - - - - ->> 2.Ҫ - - - * ӢлݼCtrl+Shift+Home - * IDEAпݼ - - ݿ⿪ - *(table)ֶ(column)ȫСд»߷ָuser; user_detail; color_def - *SQLűдʹùߵ - *κֶΣȷҪ⣬ҪκԼǿԼ - *ݿipoݿipo_test - - Hibernate - *ӳļֹʹmany-to-manyone-to-many 滻 - *ӳļͳһinfrastructureģpersistence.hibernate.mappingĿ¼ - *DomainԽӳ䣬ӳļʹ - - - IDEA - *Զ(ݼCtrl+Alt+L) - *μintellij_templates.txt - - SVNʹҪ - *ÿύǰȸ - *ύʱдע(Comment)ǹύĵĹܵ - *ȷڱرͨһܣͨreviewύ - - ->> 3.ĿҪ - - *֧֣IE7-9 Safari - *DTOܴ뵽Domain - *ServiceIJ뷵ֵǻDTODomain - *service㲻κҵ - *IJƵ4 - - *壬JSPļ(package)ҪȫСд磺companyform.jspcom.achievo.ipo - շ磺CompanyController - *ҵ񷽷DomainݿдԪԣʹTestNG - *Serviceapplication.xmlļУRepositoryinfrastructure.xmlļУControlleripo-servlet.xmlļ - *Ŀӵservice(com.achievo.ipo.serviceӰ)Serviceloadͷķֻֻ֧д - *URLҪ - 1.URLðģ黮Ŀ¼CompanyģĶĿ¼Ϊ/companyCompanyURLڸĿ¼£CompanyURLΪ/company/add - ༭CompanyURLΪ/company/editɾURLΪ/company/deleteOverviewURLΪ/company/overview - URL书絼Ϊ/company/export вURL磺/company/edit?guid=1223-soed-dȡ - 2). URLʱģҽṹ. - 3). ҳϵURLʹ··(contextPath) - 4). URLþһ书 - - *ڻȡSpringеʵʱʹBeanProvider.getBean(Class clazz)ȡDomainлȡRepositoryķ£ - - private transient BacklogRepository backlogRepository = BeanProvider.getBean(BacklogRepository.class); - - ʹʱ£ - public void saveOrUpdate() { - getRepository().saveOrUpdate(this); - } - - *ǰ̨ʹJQUERYز - * - *κ½Repository̳RepositoryӿڣHibernateʵ̳AbstractRepository(û)һʾ£ - - public interface DoctorQualificationRepository extends Repository { - //codes - } - - public class DoctorQualificationRepositoryHibernate extends AbstractRepository implements DoctorQualificationRepository { - //codes - } - - - -4. - - - diff --git a/pom.xml b/pom.xml index 6f8aef4..0d5b2a9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - honyee.cc + wdcy.cc spring-oauth-server 1.0 spring-oauth-server war - Spring Oauth Server + Spring Oauth Server (WDCY) UTF-8 @@ -36,7 +36,7 @@ shengzhao - shengzhao@honyee.cc + shengzhao@wdcy.cc @@ -67,10 +67,10 @@ ${project.version} - honyee.cc + wdcy.cc - honyee.cc + wdcy.cc ${project.name}