| | |
| | | import org.springframework.boot.SpringApplication; |
| | | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| | | import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; |
| | | import org.springframework.context.annotation.ComponentScan; |
| | | |
| | | /** |
| | | * 启动程序 |
| | |
| | | * @author ruoyi |
| | | */ |
| | | @SpringBootApplication(exclude = { DataSourceAutoConfiguration.class }) |
| | | @ComponentScan(basePackages = {"com.ruoyi", "com.ruoyi.payment"}) |
| | | public class RuoYiApplication |
| | | { |
| | | public static void main(String[] args) |
| | |
| | | " | | \\ / \\ / \n" + |
| | | " ''-' `'-' `-..-' "); |
| | | } |
| | | |
| | | |
| | | } |