Skip to content

LockRim/ssm_web_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssm_web_1

高级Web实验一

项目结构

.
├── SQL
│   └── 实验一指导书-2023.pdf
├── src
│   ├── main
│   │   ├── java
│   │   │   └── com
│   │   │       └── itheima
│   │   │           ├── pojo
│   │   │           │   └── Course.java
│   │   │           └── utils
│   │   │               └── MyBatisUtils.java
│   │   └── resources
│   │       ├── com
│   │       │   └── itheima
│   │       │       └── mapper
│   │       │           └── CourseMapper.xml
│   │       ├── db.properties
│   │       └── mybatis-config.xml
│   └── test
│       └── java
│           └── test
│               └── MyBatisTest_1.java
├── pom.xml
├── README.md
└── web_1.iml

SQL文件夹中存储实验指导书

About

高级Web实验一

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages