feat: 登录功能更新

This commit is contained in:
landaiqing
2024-05-30 22:13:14 +08:00
parent 27225181f6
commit 7ccf2582f1
3 changed files with 1 additions and 7 deletions

View File

@@ -15,7 +15,6 @@ import org.springframework.context.annotation.EnableAspectJAutoProxy;
@SpringBootApplication
@ComponentScan("com.schisandra")
@MapperScan("com.schisandra.**.dao")
public class OssApplication {
public static void main(String[] args) {
SpringApplication.run(OssApplication.class);