The original intention of the house rental management system is a simple housing management system. In order to help landlords and tenants complete better communication, the system can directly publish housing information, and tenants can log in to browse housing information.
Statement: This is an extremely irregular system and does not provide learning use.
But it is enough to be a fooling instructor for graduation.
1. Release and remove the property listings
2. Deal with errors
3. Apply for house viewing and processing applications
4. Initiate a rent payment notice to the tenant
5. Add itinerary
6. Manage users
1. Reservation of property
2. Apply for house viewing and room rental
3. Response obstacles
4. Pay rent and refund
The system is built based on the SSM framework.
Running environment
jdk8+tomcat8+mysql+IntelliJ IDEA
Project technology (required)
spring+spring mvc+mybatis+jquery+ajax
The project is not a maven project, you need to import the dependency package first, configure the war path and Tomcat.
The dependency library will use javax.servlet.http.HttpSession , and add Tomcat :
The house_sql.sql file is shown in the root directory, and you can just create a new database and import it.
Modify the db.properties file and configure the local database account password.
Modify addhouse() method of HoustlistController.java and modify the path of the image. You can use your local path or the project path.
If you don't want to modify it, you can use the image of imgs.zip , unzip it and put it in the imgs directory. The database has configured the relative path to the picture.