| | |
| | | package com.dy.pipIrrMwTestWeb; |
| | | |
| | | import com.dy.common.webUtil.BaseResponse; |
| | | import com.dy.pipIrrMwTestWeb.test.Test; |
| | | import com.dy.pipIrrMwTestWeb.test.Command; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.boot.CommandLineRunner; |
| | | import org.springframework.boot.SpringApplication; |
| | |
| | | public class PipIrrMwTestWebApplication implements CommandLineRunner { |
| | | |
| | | @Autowired |
| | | private Test test ; |
| | | private Command test ; |
| | | |
| | | public static void main(String[] args) { |
| | | SpringApplication.run(PipIrrMwTestWebApplication.class, args); |