操作系统

版本:建议centos7/windows
配置:建议至少4核8G

数据库mysql

版本:Mysql5.7
说明:最好有root权限的测试库
配置文件参考:

character-set-server=utf8mb4
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES 
performance_schema_max_table_instances=800
table_definition_cache=800
table_open_cache=512
lower_case_table_names=1
max_connections=1024
max_allowed_packet=500M
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

缓存redis

版本:4.0(windows版本3.2.1)
建议单机版,并有相关auth

中间件tomcat

版本:tomcat8.5
tomcat参考配置:

<Host name="localhost"  appBase=""
            unpackWARs="true" autoDeploy="false">
      <Context docBase="/usr/local/tomcat/webapps/deploy" path=""  reloadable="false" ></Context>

5.JDk

版本:oracle 1.8

最后编辑: 呼丽华  文档更新时间: 2024-03-05 11:49   作者:呼丽华