From b3a6540f45f80eaae6dac6ca3105fbb9e8d8f6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=81=E5=B9=B4=E4=BC=BC=E9=94=A6?= <3413469329@qq.com> Date: Tue, 21 May 2024 18:46:04 +0800 Subject: [PATCH] sql --- student/springboot/springboot.iml | 70 ------------------------------- student/vue/src/sql.sql | 2 +- 2 files changed, 1 insertion(+), 71 deletions(-) delete mode 100644 student/springboot/springboot.iml diff --git a/student/springboot/springboot.iml b/student/springboot/springboot.iml deleted file mode 100644 index 17202e0..0000000 --- a/student/springboot/springboot.iml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/student/vue/src/sql.sql b/student/vue/src/sql.sql index 00a0e49..8bb5d30 100644 --- a/student/vue/src/sql.sql +++ b/student/vue/src/sql.sql @@ -9,4 +9,4 @@ CREATE TABLE admin ( ); insert into admin values(1, 'admin', 'admin', '管理员'); -/*sql*/ +