Skip to content

t812206236/rss_push2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First of all, I want to complain about this project. It's a bit too crude. For the database, I only used the c3p0 database thread pool. I wrote the dao layer manually, and the data rollback was also written manually. The xml files of RSS are all string splicing ,even the dependent packages are not managed by maven. However, this project is really enough. You can use this project like feed43. If you have time and want to transfer the project to springboot and optimize it, I will appreciate you very much.

Talk about how to arrange this project

  1. First of all you need to have a separate package of tomcat, its java operating environment and the project operating environment should be consistent, and be configured in this place

    image-20201006094205634
  2. Right-click the project configuration, you need to configure the running environment of tomcat and java

    image-20201006094615394

    And project facets

    image-20201006094710882
  3. Your database connection pool configuration

    image-20201006094811327

    Pay attention to the version of your mysql server, you need to import the mysql-connector-java package corresponding to the version

    image-20201006095225976
  4. Import rss_push2.sql, then right-click the project and run, it should be able to run

The running diagram of the project looks like this

image-20201006095448938

About

RSS generation tool imitating feed43

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors