# springboot_parent
**Repository Path**: beyond_champion/springboot_parent
## Basic Information
- **Project Name**: springboot_parent
- **Description**: SpringBoot项目示例、SpringBoot结合MyBatis、SpringBoot结合Ant-Design-Pro
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 4
- **Created**: 2018-10-08
- **Last Updated**: 2022-07-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# springboot_parent
#### 项目介绍
SpringBoot_Parent 父级项目
SpringBoot_Child SpringBoot基础知识
SpringBoot_Child1 @PathVariable 注解传参
SpringBoot_Child2 拦截器、消息转化器、全局异常处理器
SpringBoot_Child3 SpringBoot结合jsp
SpringBoot_Child4 SpringBoot结合MyBatis
SpringBoot_Examine SpringBoot结合MyBatis进行salesdetail表的增删改查,含分页查询
myantdprodemo Ant-Design-Pro项目,搭配SpringBoot_Examine使用,显示销售统计列表【含增删改】,以及柱状图统计
#### 软件架构
SpringBoot、MyBatis、MySQL、Ant-Design-Pro
#### 项目效果图


#### 常见问题
如果想单独运行本项目的单个的子项目,只需把对应项目的pom.xml里面的parent标签改为springboot即可。
即把这段代码:
```
com.unicom.parent
SpringBoot_Parent
0.0.1-SNAPSHOT
```
改为:
```
org.springframework.boot
spring-boot-starter-parent
2.0.5.RELEASE
```