a java web project based on JavaScript and Servlet, deployed on Tomcat
- The project was programmed with Eclipse as IDE and Maven as packet manager. Before compling, one should import the
smarthome.mwb
into MySQL Workbench and change thedruid.properties
injava/main/resources
to correctly link to the SQL database. - One should use Tomcat 9.0 or older since the code imported
javax
instead ofjakarta
.
- javax.servlet-api:4.0.1
- junit-jupiter-api:5.7.2
- junit-jupiter-engine:5.7.2
- mysql-connector-java:8.0.26
- druid:1.2.6
- commons-logging:1.2
- spring-core:5.3.9
- spring-jdbc:5.3.9
- spring-tx:5.3.9
- spring-beans:5.3.9
- fastjson:1.2.78
- urlrewritefilter:4.0.4