| | |
| | | |
| | | public class AppRunnerConfig implements ApplicationRunner { |
| | | |
| | | @Override |
| | | @Override |
| | | public void run(ApplicationArguments args) throws Exception { |
| | | // TODO Auto-generated method stub |
| | | // |
| | | System.out.println("启动完成"); |
| | | |
| | | // new PlcHold().start(); |
| | | new Plcaction().start(); |
| | | new PlcParameter().start(); |
| | | new PlcHold().start(); |
| | | |
| | | // new Plcaction().start(); |
| | | |
| | | new Plchome().start(); |
| | | // new Plchome().start(); |
| | | |
| | | new PlcParameter().start(); |
| | | // new PlcParameter().start(); |
| | | |
| | | new Plcalarm().start(); |
| | | // new Plcalarm().start(); |
| | | |
| | | new Plcsign().start(); |
| | | // new Plcsign().start(); |
| | | |
| | | new Plcstate().start(); |
| | | // new Plcstate().start(); |
| | | } |
| | | } |