# SpringBoot-JDBC **Repository Path**: IssacLi/SpringBoot-JDBC ## Basic Information - **Project Name**: SpringBoot-JDBC - **Description**: SpringBoot整合JDBC Demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-03-24 - **Last Updated**: 2022-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot-JDBC #### 介绍 SpringBoot整合JDBC 输出RESTful #### 软件架构 mysql 8.0.11 sql: use test; create table student( id int(11) AUTO_INCREMENT, name varchar(255), age int(11), address varchar(255), primary key (id) ) #### 使用说明 启动application.java