Commit a09c79a7 by lihui.wang

改了名

parent 89171f3c
...@@ -19,10 +19,10 @@ import org.springframework.context.annotation.ComponentScan; ...@@ -19,10 +19,10 @@ import org.springframework.context.annotation.ComponentScan;
@SpringBootApplication @SpringBootApplication
@MapperScan("com.freemud.mapper")//将项目中对应的mspper类的路径加进来就可以了 @MapperScan("com.freemud.mapper")//将项目中对应的mspper类的路径加进来就可以了
@ComponentScan("com.freemud") @ComponentScan("com.freemud")
public class UserApplication { public class Application {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(UserApplication.class, args); SpringApplication.run(Application.class, args);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment