| | |
| | | package com.dy.pipIrrMwTestWeb; |
| | | |
| | | import com.dy.pipIrrMwTestWeb.test.CommandCtrl; |
| | | import com.dy.pipIrrMwTestWeb.test.CommandP206V202404Ctrl; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.boot.SpringApplication; |
| | | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| | |
| | | public class PipIrrMwTestWebApplication{ |
| | | |
| | | @Autowired |
| | | private CommandCtrl test ; |
| | | private CommandP206V202404Ctrl test ; |
| | | |
| | | public static void main(String[] args) { |
| | | SpringApplication.run(PipIrrMwTestWebApplication.class, args); |