|
|
@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; |
|
|
|
@SpringBootApplication |
|
|
|
@SpringBootApplication |
|
|
|
@MapperScan("com.lan.textja.mapper") |
|
|
|
@MapperScan("com.lan.textja.mapper") |
|
|
|
public class TextjaApplication { |
|
|
|
public class TextjaApplication { |
|
|
|
|
|
|
|
//这是dev分支
|
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) { |
|
|
|
SpringApplication.run(TextjaApplication.class, args); |
|
|
|
SpringApplication.run(TextjaApplication.class, args); |
|
|
|
} |
|
|
|
} |
|
|
|