# 花生追溯 **Repository Path**: wx_8dc1502dfc/peanut_tracing ## Basic Information - **Project Name**: 花生追溯 - **Description**: 花生追溯-区块 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-03-06 - **Last Updated**: 2023-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 系统参数 - sys.user.initPassword = '123456' 用户管理-账号初始密码 - sys.account.validCodeTimeout = 10 账号自助-验证码有效时间(分钟) - sys.wx.NotifyUrl = http://localhost:8080/wx/pay 微信支付回调地址 - sys.ali.NotifyUrl = http://localhost:8080/ali/pay 支付宝支付回调地址 - sys.file.bucketName = bootfile minio的默认存储桶 - sys.website = http://localhost:8888 网站地址 ## git提交规范 ```$xslt feat:新功能(feature) fix:修补bug docs:文档(documentation) style: 格式(不影响代码运行的变动) refactor:重构(即不是新增功能,也不是修改bug的代码变动) test:增加测试 chore:构建过程或辅助工具的变动 ``` ## 新增功能记录 - 2020-2-9 添加组件示例--输入框 - 2020-2-10 添加组件示例--选择框