# surveySys **Repository Path**: H_circle/surveySys ## Basic Information - **Project Name**: surveySys - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-03 - **Last Updated**: 2021-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于JAVA WEB的调查问卷 ### 配置说明、数据初始化 先在您mysql导入/src/main/resources/conf/sql/目录下的dwsurvey.sql数据库脚本文件 #配置文件地址 conf/application.properties #database settings jdbc.url=jdbc:mysql://localhost:3306/dwsurvey?useUnicode=true&characterEncoding=utf8 jdbc.username=root jdbc.password=123456、 mysql 1.8配置 jdbc.driver=com.mysql.cj.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/dwsurvey?useSSL=false&serverTimezone=GMT jdbc.username=root jdbc.password=123456 分别修改```jdbc.url、jdbc.username、jdbc.password``` ### 启动访问 配置完成后,启动服务在浏览器中输入如```localhost:8080/diaowen```相应的地址看到登录页面,表示已经安装成功。 打包环境版本:jdk1.8, tomcat8.0 外部解压命令:jar xvf diaowen.war