优化敏感词、作者改为tongran
This commit is contained in:
+1
-1
@@ -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模块启动成功");
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import java.util.Map;
|
||||
/**
|
||||
* mtr探测策略配置对象 rm_mtr_policy_config
|
||||
*
|
||||
* @author gyt
|
||||
* @author tongran
|
||||
* @date 2025-11-18
|
||||
*/
|
||||
@Data
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package com.tongran.frp.producer;
|
||||
|
||||
/**
|
||||
* @author 影子
|
||||
* @author tongran
|
||||
* 用于捕捉异常非受检异常(unchecked exception)
|
||||
* RuntimeException 和其子类的异常在编译时不需要进行强制性的异常处理,可以选择在运行时进行捕获和处理
|
||||
* 可选择使用
|
||||
|
||||
Reference in New Issue
Block a user