server.port=8080 spring.application.name=Eorder # msql配置 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://192.168.50.114:3306/school_eorder?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 spring.datasource.username=root spring.datasource.password=jingang@mysql #这些参数是idea有提示可以打出来的 spring.datasource.druid.web-stat-filter.session-stat-enable=true spring.datasource.druid.web-stat-filter.session-stat-max-count=100 spring.datasource.druid.stat-view-servlet.url-pattern=/druid/* spring.datasource.druid.stat-view-servlet.reset-enable=false spring.datasource.druid.stat-view-servlet.login-username=root spring.datasource.druid.stat-view-servlet.login-password=jingang@mysql #以下三个参数是idea没有提示,但是确确实实生效的 spring.datasource.druid.initialSize=5 spring.datasource.druid.minIdle=2 spring.datasource.druid.maxActive=20 #上传的文件总量大小 spring.servlet.multipart.max-request-size=20MB #单个文件大小 spring.servlet.multipart.max-file-size=5MB # 所有通过 REST APIs 上传的文件都将存储在此目录下 system.file.upload-dir=./uploads mybatis.config-location=classpath:mybatis-config.xml mybatis.mapper-locations=classpath:mappers/*.xml,classpath:mappers/ext/*.xml #微信小程序AppSecret order.wx.AppSecret=8c44bee980c03a7939051871d857be31 #微信小程序AppID order.wx.AppID=wxe0903d582b9210a9 #系统jwt秘钥 system.order.secretKey=cURHVSo4WkxEUA== #系统密码盐 login.system.salt=djKJNnfjHJjk=nJKH