优化敏感词、作者改为tongran

This commit is contained in:
gaoyutao
2025-12-26 19:00:41 +08:00
parent 30373bbb1e
commit 16a28f798b
402 changed files with 393 additions and 2133 deletions
@@ -20,6 +20,6 @@ public class TongRanFrpApplication
public static void main(String[] args)
{
SpringApplication.run(com.tongran.frp.TongRanFrpApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ TongRanFrp模块启动成功 ლ(´ڡ`ლ)゙");
System.out.println("TongRanFrp模块启动成功");
}
}
@@ -10,7 +10,7 @@ import java.util.Map;
/**
* mtr探测策略配置对象 rm_mtr_policy_config
*
* @author gyt
* @author tongran
* @date 2025-11-18
*/
@Data
@@ -1,7 +1,7 @@
package com.tongran.frp.producer;
/**
* @author 影子
* @author tongran
* 用于捕捉异常非受检异常(unchecked exception
* RuntimeException 和其子类的异常在编译时不需要进行强制性的异常处理,可以选择在运行时进行捕获和处理
* 可选择使用