Javaweb 增删改查
Javaweb Maven构建最简单的增删改查 一、项目结构 二、运行截图 三、maven所需依赖 < dependencies > < dependency > < groupId > junit < / groupId > < artifactId > junit < / artifactId > < version > 4.11 < / version > < scope > test < / scope > < / dependency > < dependency > < groupId > junit < / groupId > < artifactId > junit < / artifactId > < version > 4.11 < / version > < scope > test < / scope > < / dependency > < ! -- https : / / mvnrepository . com / artifact / mysql / mysql - connector - java -- > < dependency > < groupId > mysql < / groupId > < artifactId > mysql - connector - java < / artifactId > < version > 5.1 .49