提交 258e1956 编写于 作者: F fengyongwei

修改包名

上级 063f190d
......@@ -8,9 +8,9 @@ import org.springframework.cloud.client.SpringCloudApplication;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.context.annotation.Bean;
import com.roncoo.education.gateway.api.common.FilterError;
import com.roncoo.education.gateway.api.common.FilterPost;
import com.roncoo.education.gateway.api.common.FilterPre;
import com.roncoo.education.gateway.common.FilterError;
import com.roncoo.education.gateway.common.FilterPost;
import com.roncoo.education.gateway.common.FilterPre;
/**
* 服务网关
......
/**
* Copyright 2015-现在 广州市领课网络科技有限公司
*/
package com.roncoo.education.gateway.api.common;
package com.roncoo.education.gateway.common;
import org.apache.commons.lang.builder.ReflectionToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
......
/**
* Copyright 2015-现在 广州市领课网络科技有限公司
*/
package com.roncoo.education.gateway.api.common;
package com.roncoo.education.gateway.common;
import org.springframework.cloud.netflix.zuul.filters.support.FilterConstants;
......
/**
* Copyright 2015-现在 广州市领课网络科技有限公司
*/
package com.roncoo.education.gateway.api.common;
package com.roncoo.education.gateway.common;
import java.io.BufferedReader;
import java.io.DataInputStream;
......
/**
* Copyright 2015-现在 广州市领课网络科技有限公司
*/
package com.roncoo.education.gateway.api.controller;
package com.roncoo.education.gateway.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
......
package com.roncoo.education.crontab;
package com.roncoo.education.job;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
......
package com.roncoo.education.crontab;
package com.roncoo.education.job;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册