Optimize project structure, add log4j2.

This commit is contained in:
2022-06-03 14:22:23 +08:00
parent c0d30b0a30
commit 53fd9ddf7a
45 changed files with 438 additions and 40 deletions

13
.idea/modules.xml generated
View File

@@ -2,9 +2,16 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Library/Library.iml" filepath="$PROJECT_DIR$/Library/Library.iml" />
<module fileurl="file://$PROJECT_DIR$/Student/Student.iml" filepath="$PROJECT_DIR$/Student/Student.iml" />
<module fileurl="file://$PROJECT_DIR$/Teacher/Teacher.iml" filepath="$PROJECT_DIR$/Teacher/Teacher.iml" />
<module fileurl="file://$PROJECT_DIR$/ClassroomInteraction.iml" filepath="$PROJECT_DIR$/ClassroomInteraction.iml" />
<module fileurl="file://$PROJECT_DIR$/Library/ClassroomInteraction.Library.iml" filepath="$PROJECT_DIR$/Library/ClassroomInteraction.Library.iml" />
<module fileurl="file://$PROJECT_DIR$/Library/src/main/ClassroomInteraction.Library.main.iml" filepath="$PROJECT_DIR$/Library/src/main/ClassroomInteraction.Library.main.iml" />
<module fileurl="file://$PROJECT_DIR$/Library/src/test/ClassroomInteraction.Library.test.iml" filepath="$PROJECT_DIR$/Library/src/test/ClassroomInteraction.Library.test.iml" />
<module fileurl="file://$PROJECT_DIR$/Student/ClassroomInteraction.Student.iml" filepath="$PROJECT_DIR$/Student/ClassroomInteraction.Student.iml" />
<module fileurl="file://$PROJECT_DIR$/Student/src/main/ClassroomInteraction.Student.main.iml" filepath="$PROJECT_DIR$/Student/src/main/ClassroomInteraction.Student.main.iml" />
<module fileurl="file://$PROJECT_DIR$/Student/src/test/ClassroomInteraction.Student.test.iml" filepath="$PROJECT_DIR$/Student/src/test/ClassroomInteraction.Student.test.iml" />
<module fileurl="file://$PROJECT_DIR$/Teacher/ClassroomInteraction.Teacher.iml" filepath="$PROJECT_DIR$/Teacher/ClassroomInteraction.Teacher.iml" />
<module fileurl="file://$PROJECT_DIR$/Teacher/src/main/ClassroomInteraction.Teacher.main.iml" filepath="$PROJECT_DIR$/Teacher/src/main/ClassroomInteraction.Teacher.main.iml" />
<module fileurl="file://$PROJECT_DIR$/Teacher/src/test/ClassroomInteraction.Teacher.test.iml" filepath="$PROJECT_DIR$/Teacher/src/test/ClassroomInteraction.Teacher.test.iml" />
</modules>
</component>
</project>