server: #端口号 port: 8080 tomcat: basedir: F:/kaifa/temp #文件上传临时路径 #文件上传方式 1-本机 2-oss file: uploadType: 2 path: /pc/dev/upload #文件上传根目录 spring: #数据库连接 datasource: url: jdbc:mysql://localhost:3306/jsh_erp?useUnicode=true&characterEncoding=utf8&useCursorFetch=true&defaultFetchSize=500&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false driverClassName: com.mysql.cj.jdbc.Driver username: root password: 123456 # Redis redis: host: 127.0.0.1 port: 6379 password: aliyun: accessKeyId: LTAI5tAWjmJQaDBF6u7JAgap secretAccessKey: t9ffHVVngMbMZcVPXtgxF6NU9lHc95 oss: endPoint: oss-cn-hangzhou.aliyuncs.com bucketName: xiangli-erp miniProgramAppId: wxd716cb744e32271a linkUrl: https://xiangli-erp.oss-cn-hangzhou.aliyuncs.com