application.properties 724 B

123456789101112131415161718
  1. #simple settings
  2. ###-------------------------------------DW------------------------------###
  3. #database settings
  4. jdbc.driver=com.mysql.jdbc.Driver
  5. jdbc.url=jdbc:mysql://localhost:3306/dwsurvey?useUnicode=true&characterEncoding=utf8
  6. jdbc.username=root
  7. jdbc.password=123456,.
  8. hibernate.dialect=org.hibernate.dialect.MySQLDialect
  9. hibernate.show_sql=false
  10. hibernate.format_sql=true
  11. ###-------------------------------------DW------------------------------###
  12. # http://localhost:8080/diaowen
  13. dw.server.website.url =
  14. dw.storage.url_prefix =
  15. ###-------------------------------------版本信息------------------------------###
  16. dw.version.info=DWSurvey OSS V3.3.3
  17. dw.version.number=V3.3.3
  18. dw.version.built=20210701