DWSurvey recommended in this issue is a simple, efficient, mature, stable and professional open source questionnaire system.
Project Description
DWSurvey was launched in 2012. After years of development, DWSurvey has become the first open source questionnaire survey form system in the industry, which is used by a large number of enterprise users every day. The solution of DWSurvey questionnaire software covers the visualization design of online questionnaires, the collection of questionnaire data through multiple channels, and the real-time visibility of the answer paper data.
Quick use
Enter the start command
java -Dfile.encoding=utf-8 -jar dwsurvey-oss-vue-v.*.*.jar --server.port=8080 --spring.datasource.username=root --spring.datasource.password=123456
Open a browser to http://localhost:8080
// Optional, file encoding, if there is garbled characters on windows, linux generally does not appear
-Dfile.encoding=utf-8
// Mandatory, installation package name, followed by the v.*.*.jar depends on the latest installation package you downloaded.
dwsurvey-oss-vue-v.*.*.jar
// Optional, specifies the port used to start the service. The default value is 8080
--server.port=8080
// Optional, database account, default is root
--spring.datasource.username=root
// Optional, database account password, default 123456,.
--spring.datasource.password=123456
Technical selection
Separation scheme
Front-end framework Vue, Element Ui, React, Ant Design, JQuery
Back-end framework Spring Boot, Hibernate
Database Mysql
Unseparated scheme
Front-end JSP, JQuery
Back-end framework Spring Boot, Spring Mvc, Struts2, Hibernate
Database Mysql
Rapid deployment
Provides a variety of deployment schemes to ensure that customers without technical capabilities can also smoothly install and deploy, respectively:
- Fast installation via JAR package, suitable for most customers.
- Compile and install the source code, suitable for customers with technical ability.
- Installation via docker image, suitable for customers who know how to operate docker.
Feature
- A variety of technical solutions to meet different technical selection needs
- Perfect browser compatibility to ensure that traditional customers can also use
- Simple deployment, one command to complete the deployment
- Easy to update, directly replace the original installation file without worrying about data overwriting
- Support up to 40 kinds of questions, such as single choice, multiple choice, fill in the blank, scoring, sorting, paging, segmentation…
Project screenshot