| | |
| | | package com.iplatform; |
| | | |
| | | import org.mybatis.spring.annotation.MapperScan; |
| | | //import org.mybatis.spring.annotation.MapperScan; |
| | | import org.springframework.boot.SpringApplication; |
| | | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| | | |
| | | @SpringBootApplication(scanBasePackages = {"com.walker","com.iplatform" |
| | | // ,"org.jeecg.modules.jmreport" |
| | | , "com.ishop"}) |
| | | @MapperScan("com.iplatform.**.mapper") |
| | | // , "com.ishop" |
| | | }) |
| | | //@MapperScan("com.iplatform.**.mapper") |
| | | public class IplatformApplication { |
| | | |
| | | public static void main(String[] args) throws Exception{ |