|  |  |  | 
|---|
|  |  |  | "com.dy.common.aop..*", | 
|---|
|  |  |  | "com.dy.common.apiDoc..*", | 
|---|
|  |  |  | "com.dy.common.multiDataSource..*", | 
|---|
|  |  |  | "com.dy.common.mybatis..*", | 
|---|
|  |  |  | "com.dy.common.singleDataSource..*", | 
|---|
|  |  |  | "com.dy.common.mybatis..*", | 
|---|
|  |  |  | "com.dy.common.webFilter..*", | 
|---|
|  |  |  | "com.dy.common.webListener..*", | 
|---|
|  |  |  | "com.dy.pipIrrGlobal.config..*", | 
|---|
|  |  |  | "com.dy.pipIrrGlobal.webCtrls..*" | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | ) | 
|---|
|  |  |  | public class PipIrrMwSimulateRtu202404Application implements CommandLineRunner { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 参数0:rtu地址 | 
|---|
|  |  |  | * 参数1:IC卡地址 | 
|---|
|  |  |  | * 参数2:IC卡编号 | 
|---|
|  |  |  | * 参数3:通信中间件IP | 
|---|
|  |  |  | * 参数4:通信中间件端口 | 
|---|
|  |  |  | * 参数5:运行方式(0:只上报心跳;1:上报心跳 + 1次(开阀);2:上报心跳 + 1次(关阀);3:上报心跳 + 1次(开阀 + 关阀);4:上报心跳 + | 
|---|
|  |  |  | * @param args | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public static void main(String[] args) { | 
|---|
|  |  |  | parseArg0(args, 0) ; | 
|---|
|  |  |  | parseArg1(args, 1) ; | 
|---|