Ancient poetry project 1.0

Ancient poetry project 1.0

1. Project summary

  1. Data source: ancient poetry data is crawled using Jsoup crawler technology, ancient poetry net

  2. Front-end page: templates
    used bootstrap-3.3.5\docs\examples\offcanvas,
    import offcanvas.cssy,offcanvas.js,getParameter.js,jquery,bootstrapfiles, etc.

  3. Back-end technology:
    database interaction uses C3P0 connection pool, Spring's JdbcTemplate template
    uses MVC development model, web–>service–>dao

2. Project display

Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

3. Project production process reproduction

  1. Data crawling, Jsoup crawls data, and persists to the database
  2. Front-end page, index.html, poem_detail.html, poem_list.html in the web directory
  3. Back-end logic, servlet -->service -->dao

Fourth, the project is packaged and released to Github

Guess you like

Origin blog.csdn.net/weixin_44505194/article/details/108485247