SkillAgentSearch skills...

Bookshop

:book: 基于 SSM 框架的二手书交易系统

Install / Use

/learn @DanielLin07/Bookshop
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

基于SSM的二手书交易系统

这是一个功能简单,使用Spring + Spring MVC + Mybatis搭建的二手书交易系统,本项目的前端来源

更新日志

  • 2019-05-18:开始着手全面重构项目,此次更新预计包括:技术栈、文档更新

快速上手

1. 运行环境

  • IDE:IntelliJ IDEA
  • 项目构建工具:Maven
  • 数据库:MySQL
  • Tomcat:Tomcat 8.0.47

2. 初始化项目

  • 创建一个名为bookshop的数据库,将bookshop.sql导入
  • 打开IntelliJ IDEA,将项目导入
  • 修改jdbc.properties文件配置,同时配置Tomcat
  • 开始运行,访问http://localhost:8080/home.do

实现功能

  • 登录
  • 上传二手图书
  • 编辑二手图手
  • 图书分页展示

页面展示

<table> <tr> <td><img src="https://github.com/DanielLin07/bookshop/blob/master/Screenshots/login.jpg"/></td> <td><img src="https://github.com/DanielLin07/bookshop/blob/master/Screenshots/index.jpg"/></td> </tr> <tr> <td><img src="https://github.com/DanielLin07/bookshop/blob/master/Screenshots/home.jpg"/></td> <td><img src="https://github.com/DanielLin07/bookshop/blob/master/Screenshots/bookDetail.jpg"/></td> </tr> <tr> <td><img src="https://github.com/DanielLin07/bookshop/blob/master/Screenshots/myBookshelf.jpg"/></td> <td><img src="https://github.com/DanielLin07/bookshop/blob/master/Screenshots/upload.jpg"/></td> </tr> </table>

贡献者

<a href="https://github.com/chieminchan"> <img src="https://avatars0.githubusercontent.com/u/25948820?s=400&v=4" width="50px"> </a>

Related Skills

View on GitHub
GitHub Stars571
CategoryDevelopment
Updated15d ago
Forks120

Languages

Java

Security Score

100/100

Audited on Mar 18, 2026

No findings