摘要:
今天用Springboot配合JPA写一个增删改查的小例子 程序结构 首先,加入JPA依赖 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2020-12-20 23:32
leagueandlegends
阅读(162)
评论(0)
推荐(0)
摘要:
今天用Springboot配合JDBCTemplate写一个增删改查的小例子 构建数据库 create table Student( Sid Integer, Sno char(10), Sname char(10), Sgrade Integer, primary key(Sid) ); 构建项目 阅读全文
posted @ 2020-12-20 21:42
leagueandlegends
阅读(267)
评论(0)
推荐(0)

浙公网安备 33010602011771号