| | |
| | | @ComponentScan(basePackages = {"com.dy.common", "com.dy.pipIrrGlobal", "com.dy.simRtu"}, |
| | | excludeFilters = { |
| | | @ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE, classes = { |
| | | com.dy.common.apiDoc.SpringApiConfig.class //一种排除类的方式 |
| | | com.dy.common.apiDoc.SpringApiConfig.class, //一种排除类的方式 |
| | | com.dy.pipIrrGlobal.config.DingTalk.class |
| | | }), |
| | | @ComponentScan.Filter(type = FilterType.REGEX, pattern = { |
| | | //二种排除类的方式,写正则表达式,需要对目标类的完全限定名完全匹配,否则不生效 |
New file |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <config> |
| | | <server name="RTU模拟器(升级)" showStartInfo="true" company="http://www.dyjs.com"/> |
| | | |
| | | <!-- |
| | | 532328000214 |
| | | 532328000215 |
| | | 532328000169 |
| | | 620201000030 |
| | | --> |
| | | <base rtuAddr="532328000214"></base> |
| | | <!-- --> |
| | | <tcpCl mwServerIp="192.168.40.132" mwServerPort="60000" connectTimeout="3000" /> |
| | | </config> |