add s1mple
This commit is contained in:
parent
810f3c3c9e
commit
82c67797bb
|
|
@ -1,5 +1,6 @@
|
|||
package com.ruoyi;
|
||||
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
||||
|
|
@ -11,11 +12,9 @@ import org.springframework.context.annotation.ComponentScan;
|
|||
* @author ruoyi
|
||||
*/
|
||||
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
|
||||
<<<<<<< Updated upstream
|
||||
=======
|
||||
@ComponentScan({"com.ruoyi.*","com.fri3nds.*"})
|
||||
@MapperScan({"com.ruoyi.*.mapper","com.fri3nds.*.mapper"})
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
public class RuoYiApplication
|
||||
{
|
||||
public static void main(String[] args)
|
||||
|
|
|
|||
Loading…
Reference in New Issue