a rent house project
mysql 5.3
eclipse Oxygen
Apach Tomcat 9.0
to set your own picture reposit location:
update houseInforController.java then change the fileUpload with the location you specific.
update server.xml find the /localimg ,change the location behind the docbase.
to set your own database
create the database called 'house'(default) or anything you want. Then operate the sql(in the sql folder) in the database to create tables.
update the jdbc.properties , set the account, password and the database_name you create.