diff --git a/src/org/redkale/boot/ApiDocs.java b/src/org/redkale/boot/ApiDocs.java index 527fe5625..15cf7903d 100644 --- a/src/org/redkale/boot/ApiDocs.java +++ b/src/org/redkale/boot/ApiDocs.java @@ -14,6 +14,8 @@ import org.redkale.util.*; /** * 继承 HttpBaseServlet 是为了获取 WebAction 信息 + * + * 详情见: https://redkale.org * * @author zhangjx */ diff --git a/src/org/redkale/boot/Application.java b/src/org/redkale/boot/Application.java index d35852cb5..75baf32d0 100644 --- a/src/org/redkale/boot/Application.java +++ b/src/org/redkale/boot/Application.java @@ -33,7 +33,7 @@ import org.w3c.dom.*; *
* 进程启动类,程序启动后读取application.xml,进行classpath扫描动态加载Service与Servlet 优先加载所有SNCP协议的服务, 再加载其他协议服务, 最后进行Service、Servlet与其他资源之间的依赖注入。 *
- * 详情见: http://redkale.org + * 详情见: https://redkale.org * * @author zhangjx */ diff --git a/src/org/redkale/boot/ClassFilter.java b/src/org/redkale/boot/ClassFilter.java index 2f52a9d74..3af5766c1 100644 --- a/src/org/redkale/boot/ClassFilter.java +++ b/src/org/redkale/boot/ClassFilter.java @@ -20,7 +20,7 @@ import org.redkale.util.AnyValue.DefaultAnyValue; /** * class过滤器, 符合条件的class会保留下来存入FilterEntry。 *
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/boot/LogFileHandler.java b/src/org/redkale/boot/LogFileHandler.java
index 40e2b2d60..7d967878d 100644
--- a/src/org/redkale/boot/LogFileHandler.java
+++ b/src/org/redkale/boot/LogFileHandler.java
@@ -18,7 +18,7 @@ import java.util.logging.Formatter;
/**
* 自定义的日志输出类
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/boot/NodeHttpServer.java b/src/org/redkale/boot/NodeHttpServer.java
index af86ab1d5..f5adf76a8 100644
--- a/src/org/redkale/boot/NodeHttpServer.java
+++ b/src/org/redkale/boot/NodeHttpServer.java
@@ -22,7 +22,7 @@ import org.redkale.util.*;
* HTTP Server节点的配置Server
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/boot/NodeInterceptor.java b/src/org/redkale/boot/NodeInterceptor.java
index d9770f401..bfeea74ee 100644
--- a/src/org/redkale/boot/NodeInterceptor.java
+++ b/src/org/redkale/boot/NodeInterceptor.java
@@ -11,7 +11,7 @@ import org.redkale.service.Service;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/boot/NodeProtocol.java b/src/org/redkale/boot/NodeProtocol.java
index 57bee72c4..cf9f5743b 100644
--- a/src/org/redkale/boot/NodeProtocol.java
+++ b/src/org/redkale/boot/NodeProtocol.java
@@ -11,7 +11,7 @@ import java.lang.annotation.*;
* 根据application.xml中的server节点中的protocol值来适配Server的加载逻辑
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/boot/NodeServer.java b/src/org/redkale/boot/NodeServer.java
index 196843b54..9e4f411c9 100644
--- a/src/org/redkale/boot/NodeServer.java
+++ b/src/org/redkale/boot/NodeServer.java
@@ -31,7 +31,7 @@ import org.redkale.util.*;
* Server节点的初始化配置类
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/boot/NodeSncpServer.java b/src/org/redkale/boot/NodeSncpServer.java
index a6f664343..35ef466ee 100644
--- a/src/org/redkale/boot/NodeSncpServer.java
+++ b/src/org/redkale/boot/NodeSncpServer.java
@@ -15,7 +15,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/AnyEncoder.java b/src/org/redkale/convert/AnyEncoder.java
index 550c9a0b1..25bb177c8 100644
--- a/src/org/redkale/convert/AnyEncoder.java
+++ b/src/org/redkale/convert/AnyEncoder.java
@@ -10,7 +10,7 @@ import java.lang.reflect.Type;
/**
* 对不明类型的对象进行序列化; BSON序列化时将对象的类名写入Writer,JSON则不写入。
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/ConvertColumnEntry.java b/src/org/redkale/convert/ConvertColumnEntry.java
index 422aea339..b713c5854 100644
--- a/src/org/redkale/convert/ConvertColumnEntry.java
+++ b/src/org/redkale/convert/ConvertColumnEntry.java
@@ -8,7 +8,7 @@ package org.redkale.convert;
/**
* ConvertColumn 对应的实体类
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public final class ConvertColumnEntry {
diff --git a/src/org/redkale/convert/ConvertColumns.java b/src/org/redkale/convert/ConvertColumns.java
index eca2143cd..9ed245caa 100644
--- a/src/org/redkale/convert/ConvertColumns.java
+++ b/src/org/redkale/convert/ConvertColumns.java
@@ -12,7 +12,7 @@ import static java.lang.annotation.RetentionPolicy.*;
/**
* ConvertColumn 的多用类
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@Inherited
diff --git a/src/org/redkale/convert/ConvertEntity.java b/src/org/redkale/convert/ConvertEntity.java
index cc0f2bc85..6911d03e7 100644
--- a/src/org/redkale/convert/ConvertEntity.java
+++ b/src/org/redkale/convert/ConvertEntity.java
@@ -14,7 +14,7 @@ import java.lang.annotation.*;
* 该值必须是全局唯一
* 使用场景: 当BSON序列化为了不指定class可以使用@ConvertEntity来取个别名。关联方法: Reader.readClassName() 和 Writer.writeClassName(String value) 。
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@Inherited
diff --git a/src/org/redkale/convert/ConvertException.java b/src/org/redkale/convert/ConvertException.java
index 5c5d54683..024bf2948 100644
--- a/src/org/redkale/convert/ConvertException.java
+++ b/src/org/redkale/convert/ConvertException.java
@@ -6,7 +6,7 @@ package org.redkale.convert;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public class ConvertException extends RuntimeException {
diff --git a/src/org/redkale/convert/ConvertFactory.java b/src/org/redkale/convert/ConvertFactory.java
index f6d9011bf..fc2a5d45c 100644
--- a/src/org/redkale/convert/ConvertFactory.java
+++ b/src/org/redkale/convert/ConvertFactory.java
@@ -19,7 +19,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public enum ConvertType {
diff --git a/src/org/redkale/convert/DeMember.java b/src/org/redkale/convert/DeMember.java
index 04d6e39c3..29e2e1b46 100644
--- a/src/org/redkale/convert/DeMember.java
+++ b/src/org/redkale/convert/DeMember.java
@@ -11,7 +11,7 @@ import org.redkale.util.Attribute;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/SimpledCoder.java b/src/org/redkale/convert/SimpledCoder.java
index 7ed080ca3..7bccc8fa9 100644
--- a/src/org/redkale/convert/SimpledCoder.java
+++ b/src/org/redkale/convert/SimpledCoder.java
@@ -11,7 +11,7 @@ import java.lang.reflect.Type;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/bson/BsonByteBufferReader.java b/src/org/redkale/convert/bson/BsonByteBufferReader.java
index f9ecc131a..1f8c71041 100644
--- a/src/org/redkale/convert/bson/BsonByteBufferReader.java
+++ b/src/org/redkale/convert/bson/BsonByteBufferReader.java
@@ -11,6 +11,8 @@ import static org.redkale.convert.Reader.SIGN_NULL;
import org.redkale.util.*;
/**
+ *
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/bson/BsonByteBufferWriter.java b/src/org/redkale/convert/bson/BsonByteBufferWriter.java
index 35cd61b5c..7807c098a 100644
--- a/src/org/redkale/convert/bson/BsonByteBufferWriter.java
+++ b/src/org/redkale/convert/bson/BsonByteBufferWriter.java
@@ -11,7 +11,7 @@ import java.util.function.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/bson/BsonConvert.java b/src/org/redkale/convert/bson/BsonConvert.java
index fbd372221..424a3bd27 100644
--- a/src/org/redkale/convert/bson/BsonConvert.java
+++ b/src/org/redkale/convert/bson/BsonConvert.java
@@ -33,7 +33,7 @@ import org.redkale.util.*;
*
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/bson/BsonFactory.java b/src/org/redkale/convert/bson/BsonFactory.java
index 3ed037b19..438fc39f6 100644
--- a/src/org/redkale/convert/bson/BsonFactory.java
+++ b/src/org/redkale/convert/bson/BsonFactory.java
@@ -11,7 +11,7 @@ import org.redkale.convert.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/bson/BsonReader.java b/src/org/redkale/convert/bson/BsonReader.java
index acee8eb3d..b46036a40 100644
--- a/src/org/redkale/convert/bson/BsonReader.java
+++ b/src/org/redkale/convert/bson/BsonReader.java
@@ -14,7 +14,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/bson/BsonSimpledCoder.java b/src/org/redkale/convert/bson/BsonSimpledCoder.java
index 5e0f4690a..140e00c82 100644
--- a/src/org/redkale/convert/bson/BsonSimpledCoder.java
+++ b/src/org/redkale/convert/bson/BsonSimpledCoder.java
@@ -10,7 +10,7 @@ import org.redkale.convert.SimpledCoder;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/ext/BigIntegerSimpledCoder.java b/src/org/redkale/convert/ext/BigIntegerSimpledCoder.java
index 69c15425e..75a0146f0 100644
--- a/src/org/redkale/convert/ext/BigIntegerSimpledCoder.java
+++ b/src/org/redkale/convert/ext/BigIntegerSimpledCoder.java
@@ -14,7 +14,7 @@ import java.math.BigInteger;
* BigInteger 的SimpledCoder实现
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/json/JsonConvert.java b/src/org/redkale/convert/json/JsonConvert.java
index 0f7044190..89d1277b8 100644
--- a/src/org/redkale/convert/json/JsonConvert.java
+++ b/src/org/redkale/convert/json/JsonConvert.java
@@ -16,7 +16,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/json/JsonFactory.java b/src/org/redkale/convert/json/JsonFactory.java
index ccf99730b..ac12404d0 100644
--- a/src/org/redkale/convert/json/JsonFactory.java
+++ b/src/org/redkale/convert/json/JsonFactory.java
@@ -15,7 +15,7 @@ import org.redkale.util.DLong;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/json/JsonReader.java b/src/org/redkale/convert/json/JsonReader.java
index e5e70a7ec..46ef321a0 100644
--- a/src/org/redkale/convert/json/JsonReader.java
+++ b/src/org/redkale/convert/json/JsonReader.java
@@ -12,7 +12,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/convert/json/JsonSimpledCoder.java b/src/org/redkale/convert/json/JsonSimpledCoder.java
index c9ebcae3d..c2fec1fb2 100644
--- a/src/org/redkale/convert/json/JsonSimpledCoder.java
+++ b/src/org/redkale/convert/json/JsonSimpledCoder.java
@@ -10,7 +10,7 @@ import org.redkale.convert.SimpledCoder;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/AsyncConnection.java b/src/org/redkale/net/AsyncConnection.java
index be836e66c..c0756482b 100644
--- a/src/org/redkale/net/AsyncConnection.java
+++ b/src/org/redkale/net/AsyncConnection.java
@@ -15,7 +15,7 @@ import java.util.concurrent.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/Context.java b/src/org/redkale/net/Context.java
index fab6d21b6..3ee002204 100644
--- a/src/org/redkale/net/Context.java
+++ b/src/org/redkale/net/Context.java
@@ -18,7 +18,7 @@ import org.redkale.watch.*;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public class Context {
diff --git a/src/org/redkale/net/PrepareRunner.java b/src/org/redkale/net/PrepareRunner.java
index da8dcbd93..b10a309e6 100644
--- a/src/org/redkale/net/PrepareRunner.java
+++ b/src/org/redkale/net/PrepareRunner.java
@@ -12,7 +12,7 @@ import org.redkale.util.*;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@SuppressWarnings("unchecked")
diff --git a/src/org/redkale/net/PrepareServlet.java b/src/org/redkale/net/PrepareServlet.java
index 33eff5a97..047a7adce 100644
--- a/src/org/redkale/net/PrepareServlet.java
+++ b/src/org/redkale/net/PrepareServlet.java
@@ -16,7 +16,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public abstract class ProtocolServer {
diff --git a/src/org/redkale/net/Request.java b/src/org/redkale/net/Request.java
index 7a80eb9ea..c2353a811 100644
--- a/src/org/redkale/net/Request.java
+++ b/src/org/redkale/net/Request.java
@@ -13,7 +13,7 @@ import org.redkale.convert.json.JsonConvert;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/WorkThread.java b/src/org/redkale/net/WorkThread.java
index eb728608e..4f15b0763 100644
--- a/src/org/redkale/net/WorkThread.java
+++ b/src/org/redkale/net/WorkThread.java
@@ -9,7 +9,7 @@ import java.util.concurrent.*;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public class WorkThread extends Thread {
diff --git a/src/org/redkale/net/http/BasedHttpServlet.java b/src/org/redkale/net/http/BasedHttpServlet.java
index 24bbab3aa..f13cc84f7 100644
--- a/src/org/redkale/net/http/BasedHttpServlet.java
+++ b/src/org/redkale/net/http/BasedHttpServlet.java
@@ -8,7 +8,7 @@ package org.redkale.net.http;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @deprecated 使用 org.redkale.net.http.HttpBaseServlet 代替
* @see org.redkale.net.http.HttpBaseServlet
diff --git a/src/org/redkale/net/http/DefaultRestServlet.java b/src/org/redkale/net/http/DefaultRestServlet.java
index 09717da13..653b41234 100644
--- a/src/org/redkale/net/http/DefaultRestServlet.java
+++ b/src/org/redkale/net/http/DefaultRestServlet.java
@@ -10,7 +10,7 @@ import java.io.IOException;
/**
* 默认Servlet, 没有配置RestHttpServlet实现类则使用该默认类
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/HttpBaseServlet.java b/src/org/redkale/net/http/HttpBaseServlet.java
index 61128a607..b44ec0965 100644
--- a/src/org/redkale/net/http/HttpBaseServlet.java
+++ b/src/org/redkale/net/http/HttpBaseServlet.java
@@ -24,7 +24,7 @@ import org.redkale.service.RetResult;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
@@ -39,7 +39,7 @@ public abstract class HttpBaseServlet extends HttpServlet {
* 当标记为 @AuthIgnore 的方法在执行execute之前不会调用authenticate 方法。
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
@@ -56,7 +56,7 @@ public abstract class HttpBaseServlet extends HttpServlet {
* 用于对@WebParam中参数的来源类型
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
@@ -70,7 +70,7 @@ public abstract class HttpBaseServlet extends HttpServlet {
* 用于对@WebAction方法中参数描述
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
@@ -104,7 +104,7 @@ public abstract class HttpBaseServlet extends HttpServlet {
* 用于对@WebServlet对应的url进行细分。 其url必须是包含WebServlet中定义的前缀, 且不能是正则表达式
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
@@ -131,7 +131,7 @@ public abstract class HttpBaseServlet extends HttpServlet {
* 通常情况下 @HttpCacheable 需要与 @AuthIgnore 一起使用,没有标记@AuthIgnore的方法一般输出的结果与当前用户信息有关。
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/HttpContext.java b/src/org/redkale/net/http/HttpContext.java
index 470db1f32..8deda414b 100644
--- a/src/org/redkale/net/http/HttpContext.java
+++ b/src/org/redkale/net/http/HttpContext.java
@@ -18,7 +18,7 @@ import org.redkale.watch.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/HttpPrepareServlet.java b/src/org/redkale/net/http/HttpPrepareServlet.java
index 4c8fac3cd..29e0e36b5 100644
--- a/src/org/redkale/net/http/HttpPrepareServlet.java
+++ b/src/org/redkale/net/http/HttpPrepareServlet.java
@@ -19,7 +19,7 @@ import org.redkale.watch.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/HttpRequest.java b/src/org/redkale/net/http/HttpRequest.java
index 9be512412..1f79234e1 100644
--- a/src/org/redkale/net/http/HttpRequest.java
+++ b/src/org/redkale/net/http/HttpRequest.java
@@ -24,7 +24,7 @@ import org.redkale.util.ByteArray;
* 获取页号: int offset = request.getRequstURIPath("offset:", 0);
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
@@ -1095,8 +1095,8 @@ public class HttpRequest extends Request
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/HttpResponse.java b/src/org/redkale/net/http/HttpResponse.java
index 14d97848f..84bc7c7b3 100644
--- a/src/org/redkale/net/http/HttpResponse.java
+++ b/src/org/redkale/net/http/HttpResponse.java
@@ -25,7 +25,7 @@ import org.redkale.util.*;
* 同时提供发送json的系列接口: public void finishJson(Type type, Object obj)
* Redkale提倡http+json的接口风格, 所以主要输出的数据格式为json, 同时提供异步接口。
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/HttpServer.java b/src/org/redkale/net/http/HttpServer.java
index 9f3db175d..5144c3125 100644
--- a/src/org/redkale/net/http/HttpServer.java
+++ b/src/org/redkale/net/http/HttpServer.java
@@ -18,7 +18,7 @@ import org.redkale.watch.WatchFactory;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/HttpServlet.java b/src/org/redkale/net/http/HttpServlet.java
index 3b19f730f..2766285c8 100644
--- a/src/org/redkale/net/http/HttpServlet.java
+++ b/src/org/redkale/net/http/HttpServlet.java
@@ -10,7 +10,7 @@ import org.redkale.net.Servlet;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/MimeType.java b/src/org/redkale/net/http/MimeType.java
index 446230709..ad4301055 100644
--- a/src/org/redkale/net/http/MimeType.java
+++ b/src/org/redkale/net/http/MimeType.java
@@ -10,7 +10,7 @@ import java.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/MultiContext.java b/src/org/redkale/net/http/MultiContext.java
index 8cacf7c09..f28fb7286 100644
--- a/src/org/redkale/net/http/MultiContext.java
+++ b/src/org/redkale/net/http/MultiContext.java
@@ -17,7 +17,7 @@ import org.redkale.util.AnyValue.DefaultAnyValue;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/MultiPart.java b/src/org/redkale/net/http/MultiPart.java
index 74673c556..7da8935a1 100644
--- a/src/org/redkale/net/http/MultiPart.java
+++ b/src/org/redkale/net/http/MultiPart.java
@@ -10,7 +10,7 @@ import java.util.concurrent.atomic.AtomicLong;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public final class MultiPart {
diff --git a/src/org/redkale/net/http/Rest.java b/src/org/redkale/net/http/Rest.java
index 597508aa3..f5068848d 100644
--- a/src/org/redkale/net/http/Rest.java
+++ b/src/org/redkale/net/http/Rest.java
@@ -24,7 +24,7 @@ import org.redkale.source.Flipper;
/**
* 以find开头的方法且参数只有一个且参数类型为primitive class或String,则RestParam值默认为#
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/RestAddress.java b/src/org/redkale/net/http/RestAddress.java
index b6a9c5f59..5137a818a 100644
--- a/src/org/redkale/net/http/RestAddress.java
+++ b/src/org/redkale/net/http/RestAddress.java
@@ -15,7 +15,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* 用于获取HTTP请求端的IP地址 HttpRequest.getRemoteAddr
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/RestCookie.java b/src/org/redkale/net/http/RestCookie.java
index 7623506ba..f7c1ce899 100644
--- a/src/org/redkale/net/http/RestCookie.java
+++ b/src/org/redkale/net/http/RestCookie.java
@@ -12,7 +12,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* 只能注解于Service类的方法的String参数或参数内的String字段
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/RestHeader.java b/src/org/redkale/net/http/RestHeader.java
index c8edb4c47..28020a6f1 100644
--- a/src/org/redkale/net/http/RestHeader.java
+++ b/src/org/redkale/net/http/RestHeader.java
@@ -12,7 +12,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* 只能注解于Service类的方法的参数或参数内的String字段
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/RestHttpServlet.java b/src/org/redkale/net/http/RestHttpServlet.java
index d3652feb0..89c769551 100644
--- a/src/org/redkale/net/http/RestHttpServlet.java
+++ b/src/org/redkale/net/http/RestHttpServlet.java
@@ -9,7 +9,7 @@ import java.io.*;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/RestMappings.java b/src/org/redkale/net/http/RestMappings.java
index 67ba7effe..429fe8b61 100644
--- a/src/org/redkale/net/http/RestMappings.java
+++ b/src/org/redkale/net/http/RestMappings.java
@@ -12,7 +12,7 @@ import static java.lang.annotation.RetentionPolicy.*;
/**
* RestMapping 的多用类
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/RestOutput.java b/src/org/redkale/net/http/RestOutput.java
index e3abc28c1..898addb04 100644
--- a/src/org/redkale/net/http/RestOutput.java
+++ b/src/org/redkale/net/http/RestOutput.java
@@ -12,7 +12,7 @@ import java.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/RestService.java b/src/org/redkale/net/http/RestService.java
index 8f2565bcb..6f1c61a6d 100644
--- a/src/org/redkale/net/http/RestService.java
+++ b/src/org/redkale/net/http/RestService.java
@@ -12,7 +12,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* 只能依附在Service类上,name默认为Service的类名小写并去掉Service字样及后面的字符串 (如HelloService/HelloServiceImpl,的默认路径为 hello)。
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/RestSessionid.java b/src/org/redkale/net/http/RestSessionid.java
index 66b91dd35..a156a8d2f 100644
--- a/src/org/redkale/net/http/RestSessionid.java
+++ b/src/org/redkale/net/http/RestSessionid.java
@@ -12,7 +12,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* 只能注解于Service类的方法的参数或参数内的String字段
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/WebInitParam.java b/src/org/redkale/net/http/WebInitParam.java
index f07e001e0..0803bcf7d 100644
--- a/src/org/redkale/net/http/WebInitParam.java
+++ b/src/org/redkale/net/http/WebInitParam.java
@@ -10,7 +10,7 @@ import java.lang.annotation.*;
/**
* 功能同JSR 315 (java-servlet 3.0) 规范中的 @WebInitParam
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@Target({ElementType.TYPE})
diff --git a/src/org/redkale/net/http/WebServlet.java b/src/org/redkale/net/http/WebServlet.java
index 18e990426..757dd5790 100644
--- a/src/org/redkale/net/http/WebServlet.java
+++ b/src/org/redkale/net/http/WebServlet.java
@@ -12,7 +12,7 @@ import java.lang.annotation.*;
*
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/WebSocket.java b/src/org/redkale/net/http/WebSocket.java
index 0c50ffb87..8ef130635 100644
--- a/src/org/redkale/net/http/WebSocket.java
+++ b/src/org/redkale/net/http/WebSocket.java
@@ -33,7 +33,7 @@ import org.redkale.net.*;
* 此模式下 以上方法都应该被重载。
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/WebSocketBinary.java b/src/org/redkale/net/http/WebSocketBinary.java
index cacf1b0a7..1a80afb78 100644
--- a/src/org/redkale/net/http/WebSocketBinary.java
+++ b/src/org/redkale/net/http/WebSocketBinary.java
@@ -12,7 +12,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* 被标记为 @WebSocketBinary 的WebSocketServlet 将使用原始的TCP传输, 通常用于类似音频/视频传输场景
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@Inherited
diff --git a/src/org/redkale/net/http/WebSocketEngine.java b/src/org/redkale/net/http/WebSocketEngine.java
index 0abff3589..9d1e58898 100644
--- a/src/org/redkale/net/http/WebSocketEngine.java
+++ b/src/org/redkale/net/http/WebSocketEngine.java
@@ -15,7 +15,7 @@ import org.redkale.util.*;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public final class WebSocketEngine {
diff --git a/src/org/redkale/net/http/WebSocketGroup.java b/src/org/redkale/net/http/WebSocketGroup.java
index 4b7fe55a7..f6656e9aa 100644
--- a/src/org/redkale/net/http/WebSocketGroup.java
+++ b/src/org/redkale/net/http/WebSocketGroup.java
@@ -13,7 +13,7 @@ import java.util.stream.Stream;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/WebSocketNode.java b/src/org/redkale/net/http/WebSocketNode.java
index 2b472e0f3..2efbef549 100644
--- a/src/org/redkale/net/http/WebSocketNode.java
+++ b/src/org/redkale/net/http/WebSocketNode.java
@@ -20,7 +20,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/http/WebSocketPacket.java b/src/org/redkale/net/http/WebSocketPacket.java
index d2f6e5630..bef2cace4 100644
--- a/src/org/redkale/net/http/WebSocketPacket.java
+++ b/src/org/redkale/net/http/WebSocketPacket.java
@@ -10,7 +10,7 @@ import java.io.*;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public final class WebSocketPacket {
diff --git a/src/org/redkale/net/http/WebSocketRunner.java b/src/org/redkale/net/http/WebSocketRunner.java
index ea703d67e..c6cd1b696 100644
--- a/src/org/redkale/net/http/WebSocketRunner.java
+++ b/src/org/redkale/net/http/WebSocketRunner.java
@@ -19,7 +19,7 @@ import java.util.logging.*;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public class WebSocketRunner implements Runnable {
diff --git a/src/org/redkale/net/http/WebSocketServlet.java b/src/org/redkale/net/http/WebSocketServlet.java
index 5b4049579..cc3c47816 100644
--- a/src/org/redkale/net/http/WebSocketServlet.java
+++ b/src/org/redkale/net/http/WebSocketServlet.java
@@ -35,7 +35,7 @@ import org.redkale.util.*;
*
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/sncp/ServiceWrapper.java b/src/org/redkale/net/sncp/ServiceWrapper.java
index 3f0792444..d782d5bd8 100644
--- a/src/org/redkale/net/sncp/ServiceWrapper.java
+++ b/src/org/redkale/net/sncp/ServiceWrapper.java
@@ -14,7 +14,7 @@ import org.redkale.util.*;
* Service对象的封装类
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/sncp/SncpContext.java b/src/org/redkale/net/sncp/SncpContext.java
index 0fe0da10e..ab82de6ca 100644
--- a/src/org/redkale/net/sncp/SncpContext.java
+++ b/src/org/redkale/net/sncp/SncpContext.java
@@ -16,7 +16,7 @@ import org.redkale.watch.WatchFactory;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/sncp/SncpDyn.java b/src/org/redkale/net/sncp/SncpDyn.java
index 19286266f..1d4824d62 100644
--- a/src/org/redkale/net/sncp/SncpDyn.java
+++ b/src/org/redkale/net/sncp/SncpDyn.java
@@ -14,7 +14,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* 本地模式:动态生成的_DynLocalXXXXService类其带有@RpcMultiRun方法均会打上@SncpDyn(remote = false, index=N) 的注解
* 远程模式:动态生成的_DynRemoteXXXService类会打上@SncpDyn(remote = true) 的注解
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@Inherited
diff --git a/src/org/redkale/net/sncp/SncpDynServlet.java b/src/org/redkale/net/sncp/SncpDynServlet.java
index 7cdcf382d..782f194ba 100644
--- a/src/org/redkale/net/sncp/SncpDynServlet.java
+++ b/src/org/redkale/net/sncp/SncpDynServlet.java
@@ -26,7 +26,7 @@ import org.redkale.service.RpcCall;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/sncp/SncpPrepareServlet.java b/src/org/redkale/net/sncp/SncpPrepareServlet.java
index 46a2b5800..167e050e5 100644
--- a/src/org/redkale/net/sncp/SncpPrepareServlet.java
+++ b/src/org/redkale/net/sncp/SncpPrepareServlet.java
@@ -15,7 +15,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/sncp/SncpRequest.java b/src/org/redkale/net/sncp/SncpRequest.java
index 2361e328b..72eacc1ee 100644
--- a/src/org/redkale/net/sncp/SncpRequest.java
+++ b/src/org/redkale/net/sncp/SncpRequest.java
@@ -14,7 +14,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/sncp/SncpResponse.java b/src/org/redkale/net/sncp/SncpResponse.java
index 55ae8e04f..fab8dc5e4 100644
--- a/src/org/redkale/net/sncp/SncpResponse.java
+++ b/src/org/redkale/net/sncp/SncpResponse.java
@@ -15,7 +15,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/sncp/SncpServer.java b/src/org/redkale/net/sncp/SncpServer.java
index 53c8b0c50..d21a0c84e 100644
--- a/src/org/redkale/net/sncp/SncpServer.java
+++ b/src/org/redkale/net/sncp/SncpServer.java
@@ -18,7 +18,7 @@ import org.redkale.watch.*;
* Service Node Communicate Protocol
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/net/sncp/SncpServlet.java b/src/org/redkale/net/sncp/SncpServlet.java
index 8429fa8c4..e7bc7b9f3 100644
--- a/src/org/redkale/net/sncp/SncpServlet.java
+++ b/src/org/redkale/net/sncp/SncpServlet.java
@@ -12,7 +12,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/service/CacheSourceService.java b/src/org/redkale/service/CacheSourceService.java
index f63ccede8..8e49e92e7 100644
--- a/src/org/redkale/service/CacheSourceService.java
+++ b/src/org/redkale/service/CacheSourceService.java
@@ -24,7 +24,7 @@ import org.redkale.util.*;
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/service/DataCacheListenerService.java b/src/org/redkale/service/DataCacheListenerService.java
index c0fc667f5..d3ea858e1 100644
--- a/src/org/redkale/service/DataCacheListenerService.java
+++ b/src/org/redkale/service/DataCacheListenerService.java
@@ -13,7 +13,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/service/DataSourceService.java b/src/org/redkale/service/DataSourceService.java
index bd8794484..883c5ae9b 100644
--- a/src/org/redkale/service/DataSourceService.java
+++ b/src/org/redkale/service/DataSourceService.java
@@ -17,7 +17,7 @@ import org.redkale.util.*;
* DataSource对应的Service类, 该类主要特点是将所有含FilterBean参数的方法重载成FilterNode对应的方法。
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/service/LocalService.java b/src/org/redkale/service/LocalService.java
index b85269b4b..661587c37 100644
--- a/src/org/redkale/service/LocalService.java
+++ b/src/org/redkale/service/LocalService.java
@@ -14,7 +14,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* 声明为LocalService的Service只能以本地模式存在, 即使配置文件中配置成远程模式也将被忽略。
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/service/RetLabel.java b/src/org/redkale/service/RetLabel.java
index dc6d25b9d..fa6f76fe7 100644
--- a/src/org/redkale/service/RetLabel.java
+++ b/src/org/redkale/service/RetLabel.java
@@ -14,6 +14,7 @@ import java.lang.annotation.*;
* // 20000001 - 29999999 预留给Redkale的扩展包使用
* // 30000001 - 99999999 预留给Dev开发系统自身使用
*
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@Inherited
diff --git a/src/org/redkale/service/RetResult.java b/src/org/redkale/service/RetResult.java
index 3bd9f8e7b..3f1ef083d 100644
--- a/src/org/redkale/service/RetResult.java
+++ b/src/org/redkale/service/RetResult.java
@@ -15,7 +15,7 @@ import org.redkale.convert.json.JsonFactory;
* // 20000001 - 29999999 预留给Redkale的扩展包使用
* // 30000001 - 99999999 预留给Dev开发系统自身使用
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@Inherited
diff --git a/src/org/redkale/service/RpcMultiRun.java b/src/org/redkale/service/RpcMultiRun.java
index 7cc04c096..a89c285b9 100644
--- a/src/org/redkale/service/RpcMultiRun.java
+++ b/src/org/redkale/service/RpcMultiRun.java
@@ -13,7 +13,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* RpcMultiRun 只对本地模式Service有效
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/service/RpcRemote.java b/src/org/redkale/service/RpcRemote.java
index e17424972..0f1f500bd 100644
--- a/src/org/redkale/service/RpcRemote.java
+++ b/src/org/redkale/service/RpcRemote.java
@@ -12,7 +12,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* 用于在 Service 中创建自身远程模式的对象
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@Inherited
diff --git a/src/org/redkale/service/RpcSourceAddress.java b/src/org/redkale/service/RpcSourceAddress.java
index 294abce3f..8fa45861b 100644
--- a/src/org/redkale/service/RpcSourceAddress.java
+++ b/src/org/redkale/service/RpcSourceAddress.java
@@ -13,7 +13,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* SNCP协议中标记为来源地址参数, 该注解只能标记在类型为SocketAddress或InetSocketAddress的参数上。
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@Inherited
diff --git a/src/org/redkale/service/RpcTargetAddress.java b/src/org/redkale/service/RpcTargetAddress.java
index b46dddaed..75abcb5de 100644
--- a/src/org/redkale/service/RpcTargetAddress.java
+++ b/src/org/redkale/service/RpcTargetAddress.java
@@ -13,7 +13,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* SNCP协议中标记为目标地址参数, 该注解只能标记在类型为SocketAddress或InetSocketAddress的参数上。
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
@Inherited
diff --git a/src/org/redkale/service/Service.java b/src/org/redkale/service/Service.java
index ea5e314e6..02d1e46c4 100644
--- a/src/org/redkale/service/Service.java
+++ b/src/org/redkale/service/Service.java
@@ -20,7 +20,7 @@ import org.redkale.util.*;
*
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/service/WebSocketNodeService.java b/src/org/redkale/service/WebSocketNodeService.java
index a322c3368..07da8320a 100644
--- a/src/org/redkale/service/WebSocketNodeService.java
+++ b/src/org/redkale/service/WebSocketNodeService.java
@@ -15,7 +15,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/source/CacheSource.java b/src/org/redkale/source/CacheSource.java
index 9305dcb5e..8351ecff2 100644
--- a/src/org/redkale/source/CacheSource.java
+++ b/src/org/redkale/source/CacheSource.java
@@ -13,7 +13,7 @@ import java.util.*;
* @param
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
*/
diff --git a/src/org/redkale/source/DataCacheListener.java b/src/org/redkale/source/DataCacheListener.java
index 0452ac53a..085dbfd1e 100644
--- a/src/org/redkale/source/DataCacheListener.java
+++ b/src/org/redkale/source/DataCacheListener.java
@@ -9,7 +9,7 @@ import java.io.Serializable;
/**
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public interface DataCacheListener {
diff --git a/src/org/redkale/source/DataCallArrayAttribute.java b/src/org/redkale/source/DataCallArrayAttribute.java
index c7372b761..5ae4b4a3c 100644
--- a/src/org/redkale/source/DataCallArrayAttribute.java
+++ b/src/org/redkale/source/DataCallArrayAttribute.java
@@ -12,7 +12,7 @@ import org.redkale.util.*;
/**
*
*
- * 详情见: http://redkale.org
+ * 详情见: https://redkale.org
*
* @author zhangjx
* @param 详情见: http://redkale.org
+ * 详情见: https://redkale.org
* @author zhangjx
*/
public class DataCallAttribute implements Attribute
* 获取行数: int limit = request.getRequstURIPath("limit:", 10);
*
- * http://redkale.org/pipes/records/list?flipper={'offset':0,'limit':20, 'sort':'createtime ASC'}
+ * 获取翻页对象 https://redkale.org/pipes/records/list/offset:0/limit:20/sort:createtime%20ASC
+ * https://redkale.org/pipes/records/list?flipper={'offset':0,'limit':20, 'sort':'createtime ASC'}
* 以上两种接口都可以获取到翻页对象
*
*
diff --git a/src/org/redkale/net/http/HttpResourceServlet.java b/src/org/redkale/net/http/HttpResourceServlet.java
index 37091b235..93ae0c246 100644
--- a/src/org/redkale/net/http/HttpResourceServlet.java
+++ b/src/org/redkale/net/http/HttpResourceServlet.java
@@ -20,7 +20,7 @@ import org.redkale.util.AnyValue;
/**
*
*