Commit 1f1e3660 by 丁伟

1、迁移初始提交

parent 663c43cf
......@@ -7,7 +7,7 @@
* Copyright (c) 2016, liyang@ccpit.org All Rights Reserved.
*
*/
package ccpit.base.controller;
package org.ccpit.base.controller;
import java.beans.PropertyEditorSupport;
......
package ccpit.base.logManage;
package org.ccpit.base.logManage;
import java.lang.reflect.Method;
import java.util.Date;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
......@@ -12,8 +11,8 @@ import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
import ccpit.base.controller.BaseController;
import ccpit.base.user.User;
import org.ccpit.base.controller.BaseController;
import org.ccpit.base.user.User;
import org.kopitubruk.util.json.JSONUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
......@@ -40,7 +39,7 @@ public class SystemLogAspect {
private LogInfoService infoService;
//Controller层切点
@Pointcut("@annotation(ccpit.base.logManage.AutoWriteLog)")
@Pointcut("@annotation(org.ccpit.base.logManage.AutoWriteLog)")
public void controllerAspect() { }
@Before("controllerAspect()")
......
package ccpit.base.utils;
package org.ccpit.base.utils;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.beans.factory.support.BeanDefinitionRegistry;
......
package ccpit.base.utils;
package org.ccpit.base.utils;
/**
* Created by Administrator on 2015/8/13.
......@@ -6,7 +6,7 @@ package ccpit.base.utils;
import org.apache.commons.lang.StringEscapeUtils;
import org.apache.commons.lang.StringUtils;
import ccpit.base.modol.EscapeSql;
import org.ccpit.base.modol.EscapeSql;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
......
......@@ -8,7 +8,7 @@
*
*/
package ccpit.base.utils;
package org.ccpit.base.utils;
import java.io.UnsupportedEncodingException;
import java.text.SimpleDateFormat;
......
......@@ -8,7 +8,7 @@
*
*/
package ccpit.base.utils;
package org.ccpit.base.utils;
/**
* ClassName:TranslateDataUtil <br/>
* Function: 类型数据转换工具类 <br/>
......
......@@ -8,7 +8,7 @@
*
*/
package ccpit.business.taxableGoods;
package org.ccpit.business.taxableGoods;
import javax.persistence.Column;
import javax.persistence.Entity;
......
package ccpit.business.taxableGoods;
package org.ccpit.business.taxableGoods;
import ccpit.base.dao.BaseDao;
import ccpit.business.questionsManage.Question;
import org.ccpit.base.dao.BaseDao;
import org.springframework.stereotype.Repository;
@Repository
......
package ccpit.business.taxableGoods;
import java.util.List;
package org.ccpit.business.taxableGoods;
import javax.transaction.Transactional;
import ccpit.base.controller.Page;
import ccpit.base.controller.PageRequest;
import ccpit.base.logManage.LogInfoService;
import org.ccpit.base.controller.Page;
import org.ccpit.base.controller.PageRequest;
import org.ccpit.base.logManage.LogInfoService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
......
/**
*
*/
package ccpit.front;
package org.ccpit.front;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
......
package ccpit.ueditor.define;
package org.ccpit.ueditor.define;
/**
* 处理状态接口
......
package ccpit.ueditor.upload;
package org.ccpit.ueditor.upload;
......@@ -10,9 +10,9 @@ import java.io.IOException;
import java.io.InputStream;
import org.apache.commons.io.FileUtils;
import ccpit.ueditor.define.AppInfo;
import ccpit.ueditor.define.BaseState;
import ccpit.ueditor.define.State;
import org.ccpit.ueditor.define.AppInfo;
import org.ccpit.ueditor.define.BaseState;
import org.ccpit.ueditor.define.State;
public class StorageManager {
public static final int BUFFER_SIZE = 8192;
......
......@@ -5,9 +5,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:task="http://www.springframework.org/schema/task"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-4.0.xsd
......@@ -16,8 +15,7 @@
http://www.springframework.org/schema/aop/spring-aop-4.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.0.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-4.0.xsd
">
http://www.springframework.org/schema/tx/spring-tx-4.0.xsd http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd">
<!-- Hibernate4 -->
<!-- 加载资源文件 其中包含变量信息,必须在Spring配置文件的最前面加载,即第一个加载-->
......@@ -44,7 +42,7 @@
<property name="packagesToScan">
<list>
<!-- 可以加多个包 -->
<value>ccpit</value>
<value>org.ccpit</value>
</list>
</property>
<property name="hibernateProperties">
......
......@@ -113,7 +113,7 @@
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="gaishu">
<div class="single-content" style="height:192px">
<span>&emsp;&emsp;址:<a href="http://manage.ldforms.com/UserLogin.aspx" target="_blank">www.manage.ldforms.com/UserLogin.aspx</a></span></br>
<span>&emsp;&emsp;址:<a href="http://manage.ldforms.com/UserLogin.aspx" target="_blank">manage.ldforms.com</a></span></br>
<span>机构名称:乐单科技(福建)有限公司</span>
</div>
</div>
......@@ -124,8 +124,8 @@
</div>
</div>
<!-- 客服文件 -->
<jsp:include page="customerService.jsp" />
<jsp:include page="footer.jsp" />
......
......@@ -14,7 +14,7 @@
var initPre = function () {
var str = "";
for ( var i = 0, tmp; tmp = tmps[i++]; ) {
str += '<div class="preitem" onclick="pre(' + i + '' + ")"><img src="images" " + tmp.pre + '' + (tmp.title ? "alt=" + tmp.title + " title=" + tmp.title + "" : "") + '></div>';
str += '<div class="preitem" onclick="pre(' + i + ')"><img src="' + "images/" + tmp.pre + '" ' + (tmp.title ? "alt=" + tmp.title + " title=" + tmp.title + "" : "") + '></div>';
}
preitem.innerHTML = str;
};
......
......@@ -5,9 +5,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:task="http://www.springframework.org/schema/task"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-4.0.xsd
......@@ -16,8 +15,7 @@
http://www.springframework.org/schema/aop/spring-aop-4.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.0.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-4.0.xsd
">
http://www.springframework.org/schema/tx/spring-tx-4.0.xsd http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd">
<!-- Hibernate4 -->
<!-- 加载资源文件 其中包含变量信息,必须在Spring配置文件的最前面加载,即第一个加载-->
......@@ -44,7 +42,7 @@
<property name="packagesToScan">
<list>
<!-- 可以加多个包 -->
<value>ccpit</value>
<value>org.ccpit</value>
</list>
</property>
<property name="hibernateProperties">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment