diff --git a/.idea/git_toolbox_blame.xml b/.idea/git_toolbox_blame.xml
new file mode 100644
index 0000000..10340b3
--- /dev/null
+++ b/.idea/git_toolbox_blame.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 9ee3114..c915ea4 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,6 +2,7 @@
+
diff --git a/Chapter01/Chapter01.iml b/Chapter01/Chapter01.iml
new file mode 100644
index 0000000..c90834f
--- /dev/null
+++ b/Chapter01/Chapter01.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Chapter01/src/Main.java b/Chapter01/src/Main.java
new file mode 100644
index 0000000..fe7aa2b
--- /dev/null
+++ b/Chapter01/src/Main.java
@@ -0,0 +1,15 @@
+//TIP 要运行代码,请按 或
+// 点击装订区域中的 图标。
+public class Main {
+ public static void main(String[] args) {
+ //TIP 当文本光标位于高亮显示的文本处时按
+ // 查看 IntelliJ IDEA 建议如何修正。
+ System.out.printf("Hello and welcome!");
+
+ for (int i = 1; i <= 5; i++) {
+ //TIP 按 开始调试代码。我们已经设置了一个 断点
+ // 但您始终可以通过按 添加更多断点。
+ System.out.println("i = " + i);
+ }
+ }
+}
\ No newline at end of file
diff --git a/out/production/grademanagement-SpringProject/com/ssm/first/TestFirst.class b/out/production/grademanagement-SpringProject/com/ssm/first/TestFirst.class
index d0b6acd..65ca4a4 100644
Binary files a/out/production/grademanagement-SpringProject/com/ssm/first/TestFirst.class and b/out/production/grademanagement-SpringProject/com/ssm/first/TestFirst.class differ